diff options
author | Wilba <Jason.S.Williams@gmail.com> | 2020-03-20 16:36:54 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-19 22:36:54 -0700 |
commit | f235822fba663ee98f94a5f6b7fa506d96c09656 (patch) | |
tree | 3bf9740b60a0eab7011ba3fc9e79306b8555cef1 /keyboards/foxlab/leaf60/hotswap/config.h | |
parent | 5d5ff807c672a893936e1c683f23d4f56f161e83 (diff) |
Add VIA support to Leaf 60 (#8490)
Diffstat (limited to 'keyboards/foxlab/leaf60/hotswap/config.h')
-rw-r--r-- | keyboards/foxlab/leaf60/hotswap/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/foxlab/leaf60/hotswap/config.h b/keyboards/foxlab/leaf60/hotswap/config.h index 752b403c50..c78ad5425c 100644 --- a/keyboards/foxlab/leaf60/hotswap/config.h +++ b/keyboards/foxlab/leaf60/hotswap/config.h @@ -20,11 +20,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x0000 +#define VENDOR_ID 0x464C // "FL" +#define PRODUCT_ID 0x0001 #define DEVICE_VER 0x0001 #define MANUFACTURER Fox Lab -#define PRODUCT Leaf60 Hotswap +#define PRODUCT Leaf 60 Hotswap #define DESCRIPTION A custom hotswap 60% keyboard /* key matrix size */ |