Move RGBLIGHT_LED_MAP
to data driven (#21095)
This commit is contained in:
parent
6c4286152f
commit
9551a0a38a
84 changed files with 68 additions and 306 deletions
|
@ -20,7 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define SPLIT_HAND_PIN D1
|
||||
|
||||
#define RGBLED_NUM 14
|
||||
#define RGBLIGHT_LED_MAP { 6, 5, 4, 3, 2, 1, 0, 13, 12,11, 10, 9, 8, 7}
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
"soft_serial_pin": "D3"
|
||||
},
|
||||
"rgblight": {
|
||||
"led_map": [6, 5, 4, 3, 2, 1, 0, 13, 12, 11, 10, 9, 8, 7],
|
||||
"split_count": [7, 7]
|
||||
},
|
||||
"ws2812": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue