Migrate RGBLED_NUM
-> RGBLIGHT_LED_COUNT
in remaining non-user keymaps (#23128)
This commit is contained in:
parent
c371cb3bc4
commit
c6668b9cd9
14 changed files with 19 additions and 19 deletions
|
@ -17,8 +17,8 @@
|
|||
|
||||
// ws2812 options
|
||||
#define WS2812_DI_PIN C7 // pin the DI on the ws2812 is hooked-up to
|
||||
#define RGBLED_NUM 4 // number of LEDs
|
||||
#define RGB_MATRIX_LED_COUNT RGBLED_NUM
|
||||
#define RGBLIGHT_LED_COUNT 4 // number of LEDs
|
||||
#define RGB_MATRIX_LED_COUNT RGBLIGHT_LED_COUNT
|
||||
|
||||
#define RGB_MATRIX_KEYPRESSES
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue