mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-08-18 11:52:50 +01:00
Migrate i2c EEPROM_DRIVER to info.json (#22013)
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
"pid": "0x1969",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"eeprom": {
|
||||
"driver": "i2c"
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "is31fl3731"
|
||||
},
|
||||
|
||||
@@ -14,7 +14,6 @@ AUDIO_DRIVER = dac_additive
|
||||
CUSTOM_MATRIX = lite
|
||||
SWAP_HANDS_ENABLE = yes
|
||||
RGB_MATRIX_ENABLE = yes
|
||||
EEPROM_DRIVER = i2c
|
||||
|
||||
#project specific files
|
||||
SRC += matrix.c
|
||||
|
||||
Reference in New Issue
Block a user