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/tkw/grandiceps/rev2 | |
parent | 97464e470c363bc5d50b088886cc4330bc7dddae (diff) |
Migrate i2c EEPROM_DRIVER to info.json (#22013)
Diffstat (limited to 'keyboards/tkw/grandiceps/rev2')
-rw-r--r-- | keyboards/tkw/grandiceps/rev2/info.json | 3 | ||||
-rw-r--r-- | keyboards/tkw/grandiceps/rev2/rules.mk | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/tkw/grandiceps/rev2/info.json b/keyboards/tkw/grandiceps/rev2/info.json index 786f381c4f..cd80948196 100644 --- a/keyboards/tkw/grandiceps/rev2/info.json +++ b/keyboards/tkw/grandiceps/rev2/info.json @@ -2,5 +2,8 @@ "keyboard_name": "Grandiceps Split rev2", "usb": { "device_version": "0.0.2" + }, + "eeprom": { + "driver": "i2c" } } diff --git a/keyboards/tkw/grandiceps/rev2/rules.mk b/keyboards/tkw/grandiceps/rev2/rules.mk index 3e82c4507e..20f2871924 100644 --- a/keyboards/tkw/grandiceps/rev2/rules.mk +++ b/keyboards/tkw/grandiceps/rev2/rules.mk @@ -1,4 +1,2 @@ -EEPROM_DRIVER = i2c - POINTING_DEVICE_ENABLE = yes POINTING_DEVICE_DRIVER = pimoroni_trackball |