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
|
@ -21,6 +21,9 @@
|
|||
"pin": "F1"
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"eeprom": {
|
||||
"driver": "i2c"
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{"pin_a": "F5", "pin_b": "F4"},
|
||||
|
|
|
@ -12,7 +12,4 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
|||
AUDIO_ENABLE = yes # Audio output
|
||||
ENCODER_ENABLE = yes # Rotary Encoder
|
||||
|
||||
# Use I2C connected External EEPROM
|
||||
EEPROM_DRIVER = i2c
|
||||
|
||||
LTO_ENABLE = yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue