forked from mirror/qmk_firmware
Migrate i2c EEPROM_DRIVER to info.json (#22013)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user