Move backlight config to data driven (#19910)

This commit is contained in:
Ryan
2023-02-26 08:37:57 +11:00
committed by GitHub
parent ba7546a334
commit 314f6c1ddb
1003 changed files with 1873 additions and 1684 deletions

View File

@@ -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 }

View File

@@ -8,6 +8,10 @@
"pid": "0x5344",
"device_version": "0.0.1"
},
"backlight": {
"driver": "custom",
"pin": "F0"
},
"processor": "at90usb646",
"bootloader": "lufa-dfu",
"layouts": {

View File

@@ -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