summaryrefslogtreecommitdiff
path: root/keyboards/mode/m65ha_alpha/info.json
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-09-14 20:50:07 +0100
committerGitHub <noreply@github.com>2023-09-14 20:50:07 +0100
commitfe00bb9746cb9f49afe2b60cf1af01c525d9ae37 (patch)
tree193ad705032400e69ea9c15ca050c6c59d95d33f /keyboards/mode/m65ha_alpha/info.json
parent97464e470c363bc5d50b088886cc4330bc7dddae (diff)
Migrate i2c EEPROM_DRIVER to info.json (#22013)
Diffstat (limited to 'keyboards/mode/m65ha_alpha/info.json')
-rw-r--r--keyboards/mode/m65ha_alpha/info.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/mode/m65ha_alpha/info.json b/keyboards/mode/m65ha_alpha/info.json
index a7afd10663..3332182127 100644
--- a/keyboards/mode/m65ha_alpha/info.json
+++ b/keyboards/mode/m65ha_alpha/info.json
@@ -13,6 +13,9 @@
"rows": ["A7", "A10", "D2", "C12", "B1", "C11"]
},
"diode_direction": "COL2ROW",
+ "eeprom": {
+ "driver": "i2c"
+ },
"indicators": {
"caps_lock": "A6"
},