forked from mirrors/qmk_userspace
Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
parent
71c22a12db
commit
47966dc2a6
2600 changed files with 4027 additions and 1909 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
#if defined(RGBLIGHT_ENABLE) && !defined(RGBLED_NUM)
|
||||
# if defined(KEYBOARD_planck_light)
|
||||
# define RGB_DI_PIN A0
|
||||
# define WS2812_DI_PIN A0
|
||||
# define RGBLED_NUM 13 // Number of LEDs
|
||||
# endif
|
||||
# define RGBLIGHT_HUE_STEP 12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue