Keymap fixes (#3074)
* Fix keymap to use correct macro * Make sure RGBLED_NUM is defined to a value
This commit is contained in:
parent
eb8388b31e
commit
034a25aedf
2 changed files with 6 additions and 6 deletions
|
@ -13,10 +13,10 @@
|
|||
#define RGB_DI_PIN D1
|
||||
#endif
|
||||
#ifdef KEYBOARD_levinson_rev2
|
||||
#define RGBLED_NUM
|
||||
#define RGBLED_NUM 1
|
||||
#endif
|
||||
#ifdef KEYBOARD_lets_split_rev2
|
||||
#define RGBLED_NUM
|
||||
#define RGBLED_NUM 1
|
||||
#endif
|
||||
|
||||
#define RGBLIGHT_ANIMATIONS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue