Skip to content

Commit

Permalink
Define RGB_DI_PIN directly instead of using another define (qmk#20983)
Browse files Browse the repository at this point in the history
  • Loading branch information
nooges authored and coquizen committed Jun 22, 2023
1 parent ad9a4eb commit d7c0127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/keebio/cepstrum/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 120
#define RGB_MATRIX_DEFAULT_VAL RGB_MATRIX_MAXIMUM_BRIGHTNESS
#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_DISABLE_WHEN_USB_SUSPENDED
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
Expand Down

0 comments on commit d7c0127

Please sign in to comment.