mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2025-12-22 22:21:58 +00:00
Migrate i2c EEPROM_DRIVER to info.json (#22013)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user