diff options
author | Dmitrijs Minajevs <d3x133@gmail.com> | 2020-01-21 07:48:13 -0800 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2020-01-21 07:48:13 -0800 |
commit | 6f176dfc7c23eda3ecba79fd90456a6b987b4d39 (patch) | |
tree | e896e83cd690278cacb517fd79b3c9ef5f40222f /keyboards/dz60/config.h | |
parent | dee1d68dde08dfcf792639e78e11629a7fbf8f9d (diff) |
Add VIA support to DZ60 (#7814)
* Add DZ60 to VIA
* Changed vendor id from 'KF' to 'DZ'
* Capitalize hex
* Fix Via_layout_options size setting
* Update keyboards/dz60/keymaps/via/rules.mk
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/dz60/config.h')
-rw-r--r-- | keyboards/dz60/config.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/keyboards/dz60/config.h b/keyboards/dz60/config.h index 63794d0270..e0c2254d0a 100644 --- a/keyboards/dz60/config.h +++ b/keyboards/dz60/config.h @@ -4,7 +4,7 @@ #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED +#define VENDOR_ID 0x445A // "DZ" #define PRODUCT_ID 0x2260 #define DEVICE_VER 0x0001 #define MANUFACTURER KBDFans @@ -45,4 +45,7 @@ #define RGBLIGHT_VAL_STEP 8 #define RGBLIGHT_SLEEP #endif -#endif
\ No newline at end of file +#endif + +/* VIA related config */ +#define VIA_EEPROM_LAYOUT_OPTIONS_SIZE 2
\ No newline at end of file |