summaryrefslogtreecommitdiff
path: root/keyboards/idobao
diff options
context:
space:
mode:
authorjack <0x6A73@pm.me>2022-10-10 02:03:19 -0600
committerGitHub <noreply@github.com>2022-10-10 01:03:19 -0700
commit9f5806781ce60c17ddb82278dbc3b325dbb76f75 (patch)
tree70201d397f26d809cec54bdec397f6d495b76fc3 /keyboards/idobao
parent7ac159cd4f188299e2800005c5d9ab6a924791a7 (diff)
Remove lingering `DRIVER_LED_TOTAL` references (#18662)
Diffstat (limited to 'keyboards/idobao')
-rw-r--r--keyboards/idobao/id61/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/idobao/id61/config.h b/keyboards/idobao/id61/config.h
index fb375de69c..2d65035a8a 100644
--- a/keyboards/idobao/id61/config.h
+++ b/keyboards/idobao/id61/config.h
@@ -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