Migrate i2c EEPROM_DRIVER to info.json (#22013)
This commit is contained in:
parent
97464e470c
commit
fe00bb9746
44 changed files with 66 additions and 47 deletions
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"eeprom": {
|
||||
"driver": "i2c"
|
||||
},
|
||||
"backlight": {
|
||||
"pin": "A6",
|
||||
"levels": 20,
|
||||
|
|
|
@ -11,6 +11,4 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
|||
AUDIO_ENABLE = no # Audio output
|
||||
LTO_ENABLE = no
|
||||
ENCODER_ENABLE = no
|
||||
EEPROM_DRIVER = i2c
|
||||
BACKLIGHT_ENABLE = yes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue