diff options
| author | Joel Challis <git@zvecr.com> | 2023-09-13 13:45:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-13 13:45:49 +0100 |
| commit | eb2db05e8a7338568fea43b05822aa8089524f61 (patch) | |
| tree | 611c4882bb8ed60548a3d2fa531ecc6622956c63 /keyboards/tzarc | |
| parent | a0aebe5cd586bb464105a8ce6eddf926372c6146 (diff) | |
Migrate spi EEPROM_DRIVER to info.json (#21991)
Diffstat (limited to 'keyboards/tzarc')
| -rw-r--r-- | keyboards/tzarc/djinn/info.json | 3 | ||||
| -rw-r--r-- | keyboards/tzarc/djinn/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/tzarc/ghoul/info.json | 3 | ||||
| -rw-r--r-- | keyboards/tzarc/ghoul/rules.mk | 1 |
4 files changed, 6 insertions, 3 deletions
diff --git a/keyboards/tzarc/djinn/info.json b/keyboards/tzarc/djinn/info.json index f0904b8578..8f47f35027 100644 --- a/keyboards/tzarc/djinn/info.json +++ b/keyboards/tzarc/djinn/info.json | |||
| @@ -9,6 +9,9 @@ | |||
| 9 | "build": { | 9 | "build": { |
| 10 | "lto": true | 10 | "lto": true |
| 11 | }, | 11 | }, |
| 12 | "eeprom": { | ||
| 13 | "driver": "spi" | ||
| 14 | }, | ||
| 12 | "features": { | 15 | "features": { |
| 13 | "audio": true, | 16 | "audio": true, |
| 14 | "backlight": true, | 17 | "backlight": true, |
diff --git a/keyboards/tzarc/djinn/rules.mk b/keyboards/tzarc/djinn/rules.mk index e7c32e4dc1..5a4589a86f 100644 --- a/keyboards/tzarc/djinn/rules.mk +++ b/keyboards/tzarc/djinn/rules.mk | |||
| @@ -4,8 +4,6 @@ SERIAL_DRIVER = usart | |||
| 4 | 4 | ||
| 5 | CIE1931_CURVE = yes | 5 | CIE1931_CURVE = yes |
| 6 | 6 | ||
| 7 | EEPROM_DRIVER = spi | ||
| 8 | |||
| 9 | AUDIO_DRIVER = pwm_software | 7 | AUDIO_DRIVER = pwm_software |
| 10 | 8 | ||
| 11 | QUANTUM_PAINTER_DRIVERS = ili9341_spi | 9 | QUANTUM_PAINTER_DRIVERS = ili9341_spi |
diff --git a/keyboards/tzarc/ghoul/info.json b/keyboards/tzarc/ghoul/info.json index bf07f122c3..26824ca4da 100644 --- a/keyboards/tzarc/ghoul/info.json +++ b/keyboards/tzarc/ghoul/info.json | |||
| @@ -5,6 +5,9 @@ | |||
| 5 | "build": { | 5 | "build": { |
| 6 | "lto": true | 6 | "lto": true |
| 7 | }, | 7 | }, |
| 8 | "eeprom": { | ||
| 9 | "driver": "spi" | ||
| 10 | }, | ||
| 8 | "features": { | 11 | "features": { |
| 9 | "bootmagic": true, | 12 | "bootmagic": true, |
| 10 | "console": true, | 13 | "console": true, |
diff --git a/keyboards/tzarc/ghoul/rules.mk b/keyboards/tzarc/ghoul/rules.mk index 9590c52217..5efa406e26 100644 --- a/keyboards/tzarc/ghoul/rules.mk +++ b/keyboards/tzarc/ghoul/rules.mk | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | CUSTOM_MATRIX = lite | 1 | CUSTOM_MATRIX = lite |
| 2 | EEPROM_DRIVER = spi | ||
| 3 | QUANTUM_PAINTER_DRIVERS = ssd1351_spi | 2 | QUANTUM_PAINTER_DRIVERS = ssd1351_spi |
| 4 | 3 | ||
| 5 | DEFAULT_FOLDER = tzarc/ghoul/rev1/stm32 | 4 | DEFAULT_FOLDER = tzarc/ghoul/rev1/stm32 |
