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:
@@ -21,7 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define MASTER_LEFT
|
||||
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
#define RGBLED_NUM 66 // Number of LEDs
|
||||
#define RGBLIGHT_HUE_STEP 8
|
||||
#define RGBLIGHT_SAT_STEP 8
|
||||
#define RGBLIGHT_VAL_STEP 8
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"driver": "WS2812"
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 66,
|
||||
"max_brightness": 120,
|
||||
"split_count": [33, 33]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user