Define RGB_DI_PIN directly instead of using another define (#20983)
This commit is contained in:
parent
7e6ad6d28c
commit
b50abd370d
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
||||||
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 120
|
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 120
|
||||||
#define RGB_MATRIX_DEFAULT_VAL RGB_MATRIX_MAXIMUM_BRIGHTNESS
|
#define RGB_MATRIX_DEFAULT_VAL RGB_MATRIX_MAXIMUM_BRIGHTNESS
|
||||||
#define WS2812_DI_PIN GP18
|
#define WS2812_DI_PIN GP18
|
||||||
#define RGB_DI_PIN WS2812_DI_PIN
|
#define RGB_DI_PIN GP18
|
||||||
#define RGB_MATRIX_LED_COUNT 96
|
#define RGB_MATRIX_LED_COUNT 96
|
||||||
#define RGB_DISABLE_WHEN_USB_SUSPENDED
|
#define RGB_DISABLE_WHEN_USB_SUSPENDED
|
||||||
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
|
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
|
||||||
|
|
Loading…
Reference in a new issue