diff options
| author | Joel Challis | 2025-05-16 18:35:05 +0200 |
|---|---|---|
| committer | GitHub | 2025-05-16 18:35:05 +0200 |
| commit | 0b6a460b7f5d4b681da7653b25e4082e8b8c6c1a (patch) | |
| tree | f42c7f58464d729d01416966fb56c8b7f11f403c /keyboards/akko | |
| parent | 15e45b1d4bf1e9af1262d956b37f399b5ead8bf6 (diff) | |
Remove duplicate of SPI default config from keyboards (#25266)
Diffstat (limited to 'keyboards/akko')
| -rw-r--r-- | keyboards/akko/5087/halconf.h | 2 | ||||
| -rw-r--r-- | keyboards/akko/5108/halconf.h | 2 | ||||
| -rw-r--r-- | keyboards/akko/acr87/halconf.h | 2 | ||||
| -rw-r--r-- | keyboards/akko/top40/halconf.h | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/akko/5087/halconf.h b/keyboards/akko/5087/halconf.h index 55bfe5c977..b8ebdb3369 100644 --- a/keyboards/akko/5087/halconf.h +++ b/keyboards/akko/5087/halconf.h @@ -17,7 +17,5 @@ #define HAL_USE_I2C TRUE #define HAL_USE_SPI TRUE -#define SPI_USE_WAIT TRUE -#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD #include_next <halconf.h> diff --git a/keyboards/akko/5108/halconf.h b/keyboards/akko/5108/halconf.h index 2f64e65393..2ddb9c35d8 100644 --- a/keyboards/akko/5108/halconf.h +++ b/keyboards/akko/5108/halconf.h @@ -17,7 +17,5 @@ #define HAL_USE_I2C TRUE #define HAL_USE_SPI TRUE -#define SPI_USE_WAIT TRUE -#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD #include_next <halconf.h> diff --git a/keyboards/akko/acr87/halconf.h b/keyboards/akko/acr87/halconf.h index 2f64e65393..2ddb9c35d8 100644 --- a/keyboards/akko/acr87/halconf.h +++ b/keyboards/akko/acr87/halconf.h @@ -17,7 +17,5 @@ #define HAL_USE_I2C TRUE #define HAL_USE_SPI TRUE -#define SPI_USE_WAIT TRUE -#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD #include_next <halconf.h> diff --git a/keyboards/akko/top40/halconf.h b/keyboards/akko/top40/halconf.h index 2f64e65393..2ddb9c35d8 100644 --- a/keyboards/akko/top40/halconf.h +++ b/keyboards/akko/top40/halconf.h @@ -17,7 +17,5 @@ #define HAL_USE_I2C TRUE #define HAL_USE_SPI TRUE -#define SPI_USE_WAIT TRUE -#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD #include_next <halconf.h> |