Move backlight config to data driven (#19910)
This commit is contained in:
@@ -19,8 +19,6 @@
|
||||
|
||||
#define brightnessMax 8
|
||||
|
||||
#define BACKLIGHT_PIN F0
|
||||
|
||||
#define MATRIX_ROW_PINS { E6,E7,E3,B0,B1,A2}
|
||||
#define MATRIX_COL_PINS { C5,C3,C1,E1,D6,D2,B7,B3,F6,F7,F3,A5,A1,E2,C7,A6 }
|
||||
|
||||
|
@@ -8,6 +8,10 @@
|
||||
"pid": "0x5344",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"backlight": {
|
||||
"driver": "custom",
|
||||
"pin": "F0"
|
||||
},
|
||||
"processor": "at90usb646",
|
||||
"bootloader": "lufa-dfu",
|
||||
"layouts": {
|
||||
|
@@ -10,4 +10,3 @@ NKRO_ENABLE = yes # Enable N-Key Rollover
|
||||
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
BACKLIGHT_DRIVER = custom
|
||||
|
Reference in New Issue
Block a user