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
|
@ -20,6 +20,9 @@
|
|||
"rows": ["C3", "C2", "C1", "C0", "B14", "A7"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"eeprom": {
|
||||
"driver": "i2c"
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{"pin_a": "B10", "pin_b": "B12", "resolution": 2}
|
||||
|
|
|
@ -12,6 +12,3 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
|||
AUDIO_ENABLE = no # Audio output
|
||||
ENCODER_ENABLE = yes
|
||||
LTO_ENABLE = no
|
||||
|
||||
EEPROM_DRIVER = i2c
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue