mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2025-12-22 22:21:58 +00:00
Move RGBLED_NUM to data driven (#21278)
This commit is contained in:
@@ -17,9 +17,6 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
/* RGB Lighting config */
|
||||
#define RGBLED_NUM 24
|
||||
|
||||
/* RGB Lighting effect */
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
||||
|
||||
@@ -21,6 +21,9 @@
|
||||
"indicators": {
|
||||
"caps_lock": "C7"
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 24
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "E2"
|
||||
},
|
||||
|
||||
@@ -18,10 +18,6 @@
|
||||
|
||||
/* RGB light config */
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
|
||||
/* RGB light pin */
|
||||
#define RGBLED_NUM 15
|
||||
|
||||
/* RGB light effect */
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
||||
|
||||
@@ -9,6 +9,9 @@
|
||||
"device_version": "0.0.1",
|
||||
"force_nkro": true
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 15
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "F4"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user