Migrate i2c EEPROM_DRIVER to info.json (#22013)

This commit is contained in:
Joel Challis
2023-09-14 20:50:07 +01:00
committed by GitHub
parent 97464e470c
commit fe00bb9746
44 changed files with 66 additions and 47 deletions

View File

@@ -13,6 +13,9 @@
"rows": ["B15", "A14", "A2", "B13", "B14"]
},
"diode_direction": "COL2ROW",
"eeprom": {
"driver": "i2c"
},
"processor": "STM32L422",
"bootloader": "stm32-dfu",
"layout_aliases": {

View File

@@ -9,5 +9,3 @@ COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
AUDIO_ENABLE = no # Audio output
EEPROM_DRIVER = i2c