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/pachi/rgb/rev2 | |
parent | 97464e470c363bc5d50b088886cc4330bc7dddae (diff) |
Migrate i2c EEPROM_DRIVER to info.json (#22013)
Diffstat (limited to 'keyboards/xelus/pachi/rgb/rev2')
-rw-r--r-- | keyboards/xelus/pachi/rgb/rev2/info.json | 3 | ||||
-rw-r--r-- | keyboards/xelus/pachi/rgb/rev2/rules.mk | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/xelus/pachi/rgb/rev2/info.json b/keyboards/xelus/pachi/rgb/rev2/info.json index 64aa3172c0..e0b5dc7d1a 100644 --- a/keyboards/xelus/pachi/rgb/rev2/info.json +++ b/keyboards/xelus/pachi/rgb/rev2/info.json @@ -16,6 +16,9 @@ "rows": ["A5", "A6", "B0", "A7", "A8", "B1", "B4", "B5", "A15", "B3", "A13", "A14"] }, "diode_direction": "COL2ROW", + "eeprom": { + "driver": "i2c" + }, "processor": "STM32L422", "bootloader": "stm32-dfu", "layout_aliases": { diff --git a/keyboards/xelus/pachi/rgb/rev2/rules.mk b/keyboards/xelus/pachi/rgb/rev2/rules.mk index d5c0eee734..62bb12bfb0 100644 --- a/keyboards/xelus/pachi/rgb/rev2/rules.mk +++ b/keyboards/xelus/pachi/rgb/rev2/rules.mk @@ -10,8 +10,6 @@ NKRO_ENABLE = yes # Enable N-Key Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality AUDIO_ENABLE = no # Audio output -EEPROM_DRIVER = i2c - RGB_MATRIX_ENABLE = yes COMMON_VPATH += $(DRIVER_PATH)/issi |