1
0
Fork 0

Move backlight config to data driven, part 1 (#19887)

This commit is contained in:
Ryan 2023-02-21 12:05:40 +11:00 committed by GitHub
parent 4b69225c22
commit 9c0ce80d7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
128 changed files with 110 additions and 131 deletions

View file

@ -25,7 +25,6 @@
#ifdef BACKLIGHT_ENABLE
#define BACKLIGHT_PIN B11
#define BACKLIGHT_LEVELS 5
#define BACKLIGHT_ON_STATE 0
#endif
/* RGB Matrix */

View file

@ -8,6 +8,9 @@
"pid": "0x7342",
"device_version": "0.0.1"
},
"backlight": {
"on_state": 0
},
"processor": "STM32F103",
"bootloader": "stm32duino",
"layouts": {