diff options
author | Konstantin Đorđević <vomindoraan@gmail.com> | 2020-04-09 03:51:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-08 18:51:18 -0700 |
commit | 4b10235f6777db3e7a7feab301542a0e78083b20 (patch) | |
tree | c1b5dd84ba93280c957ae5c21046c14f6f948a87 /keyboards/yd60mq/config.h | |
parent | 6ef13f83e2ffff5537c8565972cd007dad548b66 (diff) | |
download | qmk_firmware-4b10235f6777db3e7a7feab301542a0e78083b20.tar.gz |
Set the correct RGB LED count on YD60MQ (#8629)
* Fix RGB LED count on YD60MQ
* Split YD60MQ into 12-LED and 16-LED revisions
* Update readmes
* Make 12led the default version
* Readd base rules.mk, version→variant in readme
* Add syntax highlighting to code blocks in readme
Diffstat (limited to 'keyboards/yd60mq/config.h')
-rw-r--r-- | keyboards/yd60mq/config.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/yd60mq/config.h b/keyboards/yd60mq/config.h index 75e697802..26c39a5b0 100644 --- a/keyboards/yd60mq/config.h +++ b/keyboards/yd60mq/config.h @@ -5,7 +5,6 @@ /* USB Device descriptor parameter */ #define VENDOR_ID 0xFEED #define PRODUCT_ID 0x6060 -#define DEVICE_VER 0x0001 #define MANUFACTURER YMDK #define PRODUCT YD60MQ #define DESCRIPTION Keyboard @@ -37,10 +36,8 @@ /* prevent stuck modifiers */ #define RGB_DI_PIN E2 -#ifdef RGB_DI_PIN #define RGBLIGHT_ANIMATIONS -#define RGBLED_NUM 12 #define RGBLIGHT_HUE_STEP 8 #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8 -#endif +// RGBLED_NUM is defined in revisions |