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
|
@ -25,7 +25,6 @@
|
|||
#ifdef BACKLIGHT_ENABLE
|
||||
#define BACKLIGHT_PIN B11
|
||||
#define BACKLIGHT_LEVELS 5
|
||||
#define BACKLIGHT_ON_STATE 0
|
||||
#endif
|
||||
|
||||
/* RGB Matrix */
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
"pid": "0x7342",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"backlight": {
|
||||
"on_state": 0
|
||||
},
|
||||
"processor": "STM32F103",
|
||||
"bootloader": "stm32duino",
|
||||
"layouts": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue