Move backlight config to data driven (#19910)
This commit is contained in:
@@ -44,10 +44,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
/* Reverse encoder direction */
|
||||
// #define ENCODER_DIRECTION_FLIP
|
||||
|
||||
/* Backlighting code used for caps lock indicator */
|
||||
#define BACKLIGHT_PIN C6
|
||||
#define BACKLIGHT_LEVELS 16
|
||||
|
||||
/*
|
||||
* Feature disable options
|
||||
* These options are also useful to firmware size reduction.
|
||||
|
@@ -8,6 +8,10 @@
|
||||
"pid": "0x5754",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"backlight": {
|
||||
"pin": "C6",
|
||||
"levels": 16
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
"layouts": {
|
||||
|
@@ -12,5 +12,3 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
ENCODER_ENABLE = yes # Enable encoder support
|
||||
LTO_ENABLE = yes
|
||||
|
||||
BACKLIGHT_DRIVER = pwm
|
||||
|
Reference in New Issue
Block a user