diff options
| author | Joel Challis <git@zvecr.com> | 2025-05-16 17:35:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-16 17:35:05 +0100 |
| commit | 0b6a460b7f5d4b681da7653b25e4082e8b8c6c1a (patch) | |
| tree | f42c7f58464d729d01416966fb56c8b7f11f403c /keyboards/sawnsprojects | |
| parent | 15e45b1d4bf1e9af1262d956b37f399b5ead8bf6 (diff) | |
Remove duplicate of SPI default config from keyboards (#25266)
Diffstat (limited to 'keyboards/sawnsprojects')
| -rw-r--r-- | keyboards/sawnsprojects/okayu/halconf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/sawnsprojects/okayu/halconf.h b/keyboards/sawnsprojects/okayu/halconf.h index eb4e81c9ac..08878e9558 100644 --- a/keyboards/sawnsprojects/okayu/halconf.h +++ b/keyboards/sawnsprojects/okayu/halconf.h | |||
| @@ -4,6 +4,5 @@ | |||
| 4 | #pragma once | 4 | #pragma once |
| 5 | 5 | ||
| 6 | #define HAL_USE_SPI TRUE | 6 | #define HAL_USE_SPI TRUE |
| 7 | #define SPI_USE_WAIT TRUE | 7 | |
| 8 | #define SPI_SELECT_MODE SPI_SELECT_MODE_PAD | ||
| 9 | #include_next <halconf.h> | 8 | #include_next <halconf.h> |
