Migrate i2c EEPROM_DRIVER to info.json (#22013)
This commit is contained in:
parent
97464e470c
commit
fe00bb9746
44 changed files with 66 additions and 47 deletions
|
@ -8,6 +8,9 @@
|
|||
"rows": ["A15", "A14", "A1", "B3", "B4"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"eeprom": {
|
||||
"driver": "i2c"
|
||||
},
|
||||
"processor": "STM32F072",
|
||||
"bootloader": "stm32-dfu"
|
||||
}
|
||||
|
|
|
@ -10,6 +10,3 @@ NKRO_ENABLE = yes # Enable N-Key Rollover
|
|||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
EEPROM_DRIVER = i2c
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue