Move backlight config to data driven, part 1 (#19887)
This commit is contained in:
parent
4b69225c22
commit
9c0ce80d7e
128 changed files with 110 additions and 131 deletions
|
@ -26,7 +26,6 @@
|
|||
#define RGBLIGHT_EFFECT_TWINKLE
|
||||
#define BACKLIGHT_LEVELS 5
|
||||
#define RGBLIGHT_EFFECT_SNAKE_LENGTH 4
|
||||
#define BREATHING_PERIOD 2
|
||||
#define RGBLIGHT_LIMIT_VAL 255
|
||||
#define RGBLIGHT_HUE_STEP 10
|
||||
#define RGBLIGHT_SAT_STEP 17
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
"pid": "0x0007",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"backlight": {
|
||||
"breathing_period": 2
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"layouts": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue