diff options
author | Ryan <fauxpark@gmail.com> | 2022-11-16 05:59:09 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-16 05:59:09 +1100 |
commit | 81a6407dcaf32e4b2115daccc7c0658add4de7d4 (patch) | |
tree | f07cbed72f581f07d3aeec31f963db0f09b27d29 /keyboards/tzarc/ghoul | |
parent | 5dabc1b387d3c6d0ea39c6ff99ea9844576c0c87 (diff) |
Update more `DRIVER_LED_TOTAL` defines to `RGB_MATRIX_LED_COUNT` (#19089)
Diffstat (limited to 'keyboards/tzarc/ghoul')
-rw-r--r-- | keyboards/tzarc/ghoul/config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/tzarc/ghoul/config.h b/keyboards/tzarc/ghoul/config.h index c3897e7ada..57068ef6cb 100644 --- a/keyboards/tzarc/ghoul/config.h +++ b/keyboards/tzarc/ghoul/config.h @@ -15,5 +15,4 @@ // RGB configuration #define RGB_MATRIX_LED_COUNT 40 -#define RGBLED_NUM 40 // TBD: Once convergence with these defines occurs, remove. -#define DRIVER_LED_TOTAL 40 // TBD: Once convergence with these defines occurs, remove. +#define RGBLED_NUM 40 |