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:
@@ -28,7 +28,6 @@
|
||||
//#define NO_ACTION_TAPPING
|
||||
//#define NO_ACTION_ONESHOT
|
||||
|
||||
#define RGBLED_NUM 4
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
"pin": "B5"
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 4,
|
||||
"max_brightness": 40
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
#define UNUSABLE_PINS \
|
||||
{ D1, D3, B4, B7, D6, C7, F6, F5, F3, F7 }
|
||||
|
||||
#define RGBLED_NUM 3
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
"pin": "B5"
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 3,
|
||||
"max_brightness": 40
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user