summaryrefslogtreecommitdiff
path: root/keyboards/recompile_keys
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/recompile_keys
parentc371cb3bc4c42694a6b8a2325af45f83fb07da47 (diff)
Migrate `RGBLED_NUM` -> `RGBLIGHT_LED_COUNT` in remaining non-user keymaps (#23128)
Diffstat (limited to 'keyboards/recompile_keys')
-rw-r--r--keyboards/recompile_keys/nomu30/keymaps/center_sprit/config.h2
-rw-r--r--keyboards/recompile_keys/nomu30/keymaps/like_jis/config.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/recompile_keys/nomu30/keymaps/center_sprit/config.h b/keyboards/recompile_keys/nomu30/keymaps/center_sprit/config.h
index e7ca3c1760..42b68131be 100644
--- a/keyboards/recompile_keys/nomu30/keymaps/center_sprit/config.h
+++ b/keyboards/recompile_keys/nomu30/keymaps/center_sprit/config.h
@@ -61,5 +61,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define WS2812_DI_PIN B5
#define RGBLIGHT_TIMER
- #define RGBLED_NUM 6
+ #define RGBLIGHT_LED_COUNT 6
#endif
diff --git a/keyboards/recompile_keys/nomu30/keymaps/like_jis/config.h b/keyboards/recompile_keys/nomu30/keymaps/like_jis/config.h
index e7ca3c1760..42b68131be 100644
--- a/keyboards/recompile_keys/nomu30/keymaps/like_jis/config.h
+++ b/keyboards/recompile_keys/nomu30/keymaps/like_jis/config.h
@@ -61,5 +61,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define WS2812_DI_PIN B5
#define RGBLIGHT_TIMER
- #define RGBLED_NUM 6
+ #define RGBLIGHT_LED_COUNT 6
#endif