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/xelus/xs108 | |
parent | 97464e470c363bc5d50b088886cc4330bc7dddae (diff) |
Migrate i2c EEPROM_DRIVER to info.json (#22013)
Diffstat (limited to 'keyboards/xelus/xs108')
-rw-r--r-- | keyboards/xelus/xs108/info.json | 3 | ||||
-rw-r--r-- | keyboards/xelus/xs108/rules.mk | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/xelus/xs108/info.json b/keyboards/xelus/xs108/info.json index ab9bf597dd..c9c65f7f8b 100644 --- a/keyboards/xelus/xs108/info.json +++ b/keyboards/xelus/xs108/info.json @@ -13,6 +13,9 @@ "rows": ["C14", "C13", "A10", "A3", "A1", "A0"] }, "diode_direction": "COL2ROW", + "eeprom": { + "driver": "i2c" + }, "indicators": { "caps_lock": "A2", "num_lock": "B7", diff --git a/keyboards/xelus/xs108/rules.mk b/keyboards/xelus/xs108/rules.mk index 5ed7b869ae..5356b24d77 100644 --- a/keyboards/xelus/xs108/rules.mk +++ b/keyboards/xelus/xs108/rules.mk @@ -10,5 +10,3 @@ NKRO_ENABLE = yes # Enable N-Key Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output -EEPROM_DRIVER = i2c - |