summaryrefslogtreecommitdiff
path: root/keyboards/tunks
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2024-02-22 21:10:16 +1100
committerGitHub <noreply@github.com>2024-02-22 10:10:16 +0000
commitc6668b9cd9d153ed8cdd59f2f96d9deba1001e1a (patch)
tree95c6a5e5fd8c20083fd6c93136fd3cf0882df6a6 /keyboards/tunks
parentc371cb3bc4c42694a6b8a2325af45f83fb07da47 (diff)
Migrate `RGBLED_NUM` -> `RGBLIGHT_LED_COUNT` in remaining non-user keymaps (#23128)
Diffstat (limited to 'keyboards/tunks')
-rw-r--r--keyboards/tunks/ergo33/keymaps/rgb/config.h6
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