Migrate i2c EEPROM_DRIVER to info.json (#22013)
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
"rows": ["A3", "A2", "A1", "B8", "A7", "C0"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"eeprom": {
|
||||
"driver": "i2c"
|
||||
},
|
||||
"processor": "STM32F401",
|
||||
"bootloader": "stm32-dfu",
|
||||
"layout_aliases": {
|
||||
|
||||
@@ -13,6 +13,3 @@ LTO_ENABLE = no
|
||||
ENCODER_ENABLE = no
|
||||
|
||||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
|
||||
EEPROM_DRIVER = i2c
|
||||
|
||||
|
||||
@@ -13,6 +13,9 @@
|
||||
"rows": ["A3", "A2", "A1", "B8", "A7", "C0"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"eeprom": {
|
||||
"driver": "i2c"
|
||||
},
|
||||
"backlight": {
|
||||
"pin": "A10",
|
||||
"levels": 20
|
||||
|
||||
@@ -13,6 +13,3 @@ LTO_ENABLE = no
|
||||
ENCODER_ENABLE = no
|
||||
|
||||
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||||
|
||||
EEPROM_DRIVER = i2c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user