Move backlight config to data driven (#19910)
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
/* COL2ROW, ROW2COL */
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
#define BACKLIGHT_PIN B7
|
||||
#define BACKLIGHT_CUSTOM_RESOLUTION 0x400
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
|
@@ -9,6 +9,7 @@
|
||||
"device_version": "0.0.2"
|
||||
},
|
||||
"backlight": {
|
||||
"pin": "B7",
|
||||
"max_brightness": 84
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
|
@@ -11,5 +11,3 @@ BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
OLED_ENABLE = yes
|
||||
BACKLIGHT_DRIVER = pwm
|
||||
|
||||
|
Reference in New Issue
Block a user