1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 66 additions and 47 deletions

View file

@ -20,6 +20,9 @@
"rows": ["B11", "B10", "A3", "A1", "A2"]
},
"diode_direction": "COL2ROW",
"eeprom": {
"driver": "i2c"
},
"processor": "STM32L422",
"bootloader": "stm32-dfu",
"community_layouts": ["alice_split_bs"],

View file

@ -12,7 +12,6 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
RGB_MATRIX_ENABLE = yes
RGB_MATRIX_CUSTOM_KB = yes
EEPROM_DRIVER = i2c
OPT = 2
LTO_ENABLE = yes