Move backlight config to data driven (#19910)
This commit is contained in:
@@ -29,8 +29,6 @@
|
||||
)
|
||||
#endif
|
||||
|
||||
#define BACKLIGHT_PIN B7
|
||||
|
||||
#define LED_BRIGHTNESS_LO 15
|
||||
#define LED_BRIGHTNESS_HI 255
|
||||
|
||||
|
@@ -7,6 +7,9 @@
|
||||
"pid": "0x0001",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"backlight": {
|
||||
"pin": "B7"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
"community_layouts": ["ergodox"],
|
||||
|
Reference in New Issue
Block a user