diff options
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 |