diff options
author | Ryan <fauxpark@gmail.com> | 2024-02-22 21:10:16 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-22 10:10:16 +0000 |
commit | c6668b9cd9d153ed8cdd59f2f96d9deba1001e1a (patch) | |
tree | 95c6a5e5fd8c20083fd6c93136fd3cf0882df6a6 /keyboards/tunks/ergo33/keymaps/rgb | |
parent | c371cb3bc4c42694a6b8a2325af45f83fb07da47 (diff) |
Migrate `RGBLED_NUM` -> `RGBLIGHT_LED_COUNT` in remaining non-user keymaps (#23128)
Diffstat (limited to 'keyboards/tunks/ergo33/keymaps/rgb')
-rw-r--r-- | keyboards/tunks/ergo33/keymaps/rgb/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/tunks/ergo33/keymaps/rgb/config.h b/keyboards/tunks/ergo33/keymaps/rgb/config.h index 60cee638d2..036bcf81b8 100644 --- a/keyboards/tunks/ergo33/keymaps/rgb/config.h +++ b/keyboards/tunks/ergo33/keymaps/rgb/config.h @@ -20,9 +20,9 @@ * No external LED PCB: 10 * External LED PCB: 14 */ -#if defined(RGBLED_NUM) -# undef RGBLED_NUM -# define RGBLED_NUM 10 +#if defined(RGBLIGHT_LED_COUNT) +# undef RGBLIGHT_LED_COUNT +# define RGBLIGHT_LED_COUNT 10 #endif #define RGBLIGHT_EFFECT_BREATHING #define RGBLIGHT_EFFECT_RAINBOW_MOOD |