summaryrefslogtreecommitdiff
path: root/keyboards/40percentclub/ut47/keymaps/rgb
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/40percentclub/ut47/keymaps/rgb
parentc371cb3bc4c42694a6b8a2325af45f83fb07da47 (diff)
Migrate `RGBLED_NUM` -> `RGBLIGHT_LED_COUNT` in remaining non-user keymaps (#23128)
Diffstat (limited to 'keyboards/40percentclub/ut47/keymaps/rgb')
-rw-r--r--keyboards/40percentclub/ut47/keymaps/rgb/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/40percentclub/ut47/keymaps/rgb/config.h b/keyboards/40percentclub/ut47/keymaps/rgb/config.h
index 8dc267380a..d48ee2bf3f 100644
--- a/keyboards/40percentclub/ut47/keymaps/rgb/config.h
+++ b/keyboards/40percentclub/ut47/keymaps/rgb/config.h
@@ -29,4 +29,4 @@
#define RGBLIGHT_EFFECT_ALTERNATING
#define RGBLIGHT_EFFECT_TWINKLE
#define WS2812_DI_PIN D3 // The pin the LED strip is connected to
-#define RGBLED_NUM 7 // Number of LEDs in your strip
+#define RGBLIGHT_LED_COUNT 7 // Number of LEDs in your strip