Skip to content

Commit

Permalink
Migrate spi EEPROM_DRIVER to info.json (qmk#21991)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored and zgagnon committed Dec 15, 2023
1 parent 1a32682 commit aee3137
Show file tree
Hide file tree
Showing 24 changed files with 36 additions and 15 deletions.
3 changes: 3 additions & 0 deletions keyboards/bastardkb/charybdis/3x5/blackpill/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"usb": {
"device_version": "1.0.0"
},
"eeprom": {
"driver": "spi"
},
"rgb_matrix": {
"driver": "ws2812"
},
Expand Down
1 change: 0 additions & 1 deletion keyboards/bastardkb/charybdis/3x5/blackpill/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ POINTING_DEVICE_DRIVER = pmw3360
MOUSE_SHARED_EP = no # Unify multiple HID interfaces into a single Endpoint
KEYBOARD_SHARED_EP = yes

EEPROM_DRIVER = spi
SERIAL_DRIVER = usart
3 changes: 3 additions & 0 deletions keyboards/bastardkb/charybdis/3x6/blackpill/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"usb": {
"device_version": "1.0.0"
},
"eeprom": {
"driver": "spi"
},
"rgb_matrix": {
"driver": "ws2812"
},
Expand Down
1 change: 0 additions & 1 deletion keyboards/bastardkb/charybdis/3x6/blackpill/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ POINTING_DEVICE_DRIVER = pmw3360
MOUSE_SHARED_EP = no # Unify multiple HID interfaces into a single Endpoint
KEYBOARD_SHARED_EP = yes

EEPROM_DRIVER = spi
SERIAL_DRIVER = usart
3 changes: 3 additions & 0 deletions keyboards/bastardkb/charybdis/4x6/blackpill/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"usb": {
"device_version": "1.0.0"
},
"eeprom": {
"driver": "spi"
},
"rgb_matrix": {
"driver": "ws2812"
},
Expand Down
1 change: 0 additions & 1 deletion keyboards/bastardkb/charybdis/4x6/blackpill/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ POINTING_DEVICE_DRIVER = pmw3360
MOUSE_SHARED_EP = no # Unify multiple HID interfaces into a single Endpoint
KEYBOARD_SHARED_EP = yes

EEPROM_DRIVER = spi
SERIAL_DRIVER = usart
3 changes: 3 additions & 0 deletions keyboards/bastardkb/scylla/blackpill/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"usb": {
"device_version": "1.0.0"
},
"eeprom": {
"driver": "spi"
},
"rgb_matrix": {
"driver": "ws2812"
},
Expand Down
1 change: 0 additions & 1 deletion keyboards/bastardkb/scylla/blackpill/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ SPLIT_KEYBOARD = yes
MOUSE_SHARED_EP = no # Unify multiple HID interfaces into a single Endpoint
KEYBOARD_SHARED_EP = yes

EEPROM_DRIVER = spi
SERIAL_DRIVER = usart
3 changes: 3 additions & 0 deletions keyboards/bastardkb/skeletyl/blackpill/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"usb": {
"device_version": "1.0.0"
},
"eeprom": {
"driver": "spi"
},
"rgb_matrix": {
"driver": "ws2812"
},
Expand Down
1 change: 0 additions & 1 deletion keyboards/bastardkb/skeletyl/blackpill/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ SPLIT_KEYBOARD = yes
MOUSE_SHARED_EP = no # Unify multiple HID interfaces into a single Endpoint
KEYBOARD_SHARED_EP = yes

EEPROM_DRIVER = spi
SERIAL_DRIVER = usart
3 changes: 3 additions & 0 deletions keyboards/bastardkb/tbkmini/blackpill/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"usb": {
"device_version": "1.0.0"
},
"eeprom": {
"driver": "spi"
},
"rgb_matrix": {
"driver": "ws2812"
},
Expand Down
1 change: 0 additions & 1 deletion keyboards/bastardkb/tbkmini/blackpill/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ SPLIT_KEYBOARD = yes
MOUSE_SHARED_EP = no # Unify multiple HID interfaces into a single Endpoint
KEYBOARD_SHARED_EP = yes

EEPROM_DRIVER = spi
SERIAL_DRIVER = usart
3 changes: 3 additions & 0 deletions keyboards/custommk/ergostrafer/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"maintainer": "customMK",
"bootloader": "stm32-dfu",
"diode_direction": "ROW2COL",
"eeprom": {
"driver": "spi"
},
"features": {
"bootmagic": true,
"command": false,
Expand Down
2 changes: 0 additions & 2 deletions keyboards/custommk/ergostrafer/rules.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
EEPROM_DRIVER = spi

AUDIO_DRIVER = pwm_hardware
3 changes: 3 additions & 0 deletions keyboards/custommk/evo70_r2/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"device_version": "1.0.0"
},
"diode_direction": "ROW2COL",
"eeprom": {
"driver": "spi"
},
"processor": "STM32F411",
"bootloader": "stm32-dfu",
"rgblight": {
Expand Down
2 changes: 0 additions & 2 deletions keyboards/custommk/evo70_r2/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions keyboards/handwired/tractyl_manuform/5x6_right/f303/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"rows": ["B10", "B11", "B12", "A14", "A13", "A15"]
},
"diode_direction": "COL2ROW",
"eeprom": {
"driver": "spi"
},
"rgblight": {
"led_count": 20,
"split_count": [10, 10]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# KEYBOARD_SHARED_EP = yes
CONSOLE_ENABLE = yes

EEPROM_DRIVER = spi
SERIAL_DRIVER = usart
AUDIO_DRIVER = dac_additive
3 changes: 3 additions & 0 deletions keyboards/handwired/tractyl_manuform/5x6_right/f411/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"rows": ["B12", "B13", "B14", "B15", "A8", "A10"]
},
"diode_direction": "COL2ROW",
"eeprom": {
"driver": "spi"
},
"rgblight": {
"led_count": 57,
"split_count": [26, 31]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ KEYBOARD_SHARED_EP = yes
CONSOLE_ENABLE = yes
MOUSE_SHARED_EP = yes

EEPROM_DRIVER = spi
SERIAL_DRIVER = usart
AUDIO_DRIVER = pwm_hardware
3 changes: 3 additions & 0 deletions keyboards/tzarc/djinn/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"build": {
"lto": true
},
"eeprom": {
"driver": "spi"
},
"features": {
"audio": true,
"backlight": true,
Expand Down
2 changes: 0 additions & 2 deletions keyboards/tzarc/djinn/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ SERIAL_DRIVER = usart

CIE1931_CURVE = yes

EEPROM_DRIVER = spi

AUDIO_DRIVER = pwm_software

QUANTUM_PAINTER_DRIVERS = ili9341_spi
Expand Down
3 changes: 3 additions & 0 deletions keyboards/tzarc/ghoul/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"build": {
"lto": true
},
"eeprom": {
"driver": "spi"
},
"features": {
"bootmagic": true,
"console": true,
Expand Down
1 change: 0 additions & 1 deletion keyboards/tzarc/ghoul/rules.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
CUSTOM_MATRIX = lite
EEPROM_DRIVER = spi
QUANTUM_PAINTER_DRIVERS = ssd1351_spi

DEFAULT_FOLDER = tzarc/ghoul/rev1/stm32
Expand Down

0 comments on commit aee3137

Please sign in to comment.