1
0
Fork 0

Migrate spi EEPROM_DRIVER to info.json (#21991)

This commit is contained in:
Joel Challis 2023-09-13 13:45:49 +01:00 committed by GitHub
parent a0aebe5cd5
commit eb2db05e8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 36 additions and 15 deletions

View file

@ -4,6 +4,9 @@
"maintainer": "customMK",
"bootloader": "stm32-dfu",
"diode_direction": "ROW2COL",
"eeprom": {
"driver": "spi"
},
"features": {
"bootmagic": true,
"command": false,

View file

@ -1,3 +1 @@
EEPROM_DRIVER = spi
AUDIO_DRIVER = pwm_hardware

View file

@ -24,6 +24,9 @@
"device_version": "1.0.0"
},
"diode_direction": "ROW2COL",
"eeprom": {
"driver": "spi"
},
"processor": "STM32F411",
"bootloader": "stm32-dfu",
"rgblight": {

View file

@ -3,8 +3,6 @@ AUDIO_DRIVER = pwm_hardware
# project specific files
SRC += matrix.c
EEPROM_DRIVER = spi
QUANTUM_PAINTER_DRIVERS = st7735_spi
CUSTOM_MATRIX = lite