Migrate RGB Matrix config to info.json - D (#22811)
This commit is contained in:
parent
7114eb25f8
commit
6e3cc56bdf
67 changed files with 1075 additions and 1514 deletions
|
|
@ -51,7 +51,9 @@
|
|||
"max_brightness": 180,
|
||||
"sat_steps": 8,
|
||||
"speed_steps": 10,
|
||||
"val_steps": 8
|
||||
"val_steps": 8,
|
||||
"react_on_keyup": true,
|
||||
"sleep": true
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B5"
|
||||
|
|
|
|||
|
|
@ -17,9 +17,4 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#define RGB_MATRIX_LED_COUNT 8
|
||||
#define RGB_MATRIX_SOLID_REACTIVE_GRADIENT_MODE
|
||||
#define RGB_MATRIX_KEYPRESSES
|
||||
#define RGB_MATRIX_KEYRELEASES
|
||||
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
|
||||
#define RGB_MATRIX_SLEEP
|
||||
Loading…
Add table
Add a link
Reference in a new issue