Skip to content

Commit

Permalink
Remove lingering DRIVER_LED_TOTAL references (qmk#18662)
Browse files Browse the repository at this point in the history
  • Loading branch information
waffle87 authored and ramonimbao committed Nov 28, 2022
1 parent a84ca26 commit fb4fa8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/idobao/id61/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
#if defined(RGB_DI_PIN) && defined(RGB_MATRIX_ENABLE)

#ifndef ID61_DISABLE_UNDERGLOW
#define DRIVER_LED_TOTAL 71
#define RGB_MATRIX_LED_COUNT 71
#else
#define DRIVER_LED_TOTAL 61 // = 71 - 10
#define RGB_MATRIX_LED_COUNT 61 // = 71 - 10
#endif

#define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended
Expand Down

0 comments on commit fb4fa8c

Please sign in to comment.