diff options
author | Joel Challis <git@zvecr.com> | 2023-09-14 20:50:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-14 20:50:07 +0100 |
commit | fe00bb9746cb9f49afe2b60cf1af01c525d9ae37 (patch) | |
tree | 193ad705032400e69ea9c15ca050c6c59d95d33f /keyboards/jones | |
parent | 97464e470c363bc5d50b088886cc4330bc7dddae (diff) |
Migrate i2c EEPROM_DRIVER to info.json (#22013)
Diffstat (limited to 'keyboards/jones')
-rw-r--r-- | keyboards/jones/v1/info.json | 3 | ||||
-rw-r--r-- | keyboards/jones/v1/rules.mk | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/jones/v1/info.json b/keyboards/jones/v1/info.json index fdc5cbd310..0e7902a92a 100644 --- a/keyboards/jones/v1/info.json +++ b/keyboards/jones/v1/info.json @@ -21,6 +21,9 @@ "pin": "F1" }, "diode_direction": "COL2ROW", + "eeprom": { + "driver": "i2c" + }, "encoder": { "rotary": [ {"pin_a": "F5", "pin_b": "F4"}, diff --git a/keyboards/jones/v1/rules.mk b/keyboards/jones/v1/rules.mk index cfc8879b74..6f522a4365 100644 --- a/keyboards/jones/v1/rules.mk +++ b/keyboards/jones/v1/rules.mk @@ -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 |