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/custommk/cmk11/halconf.h | |
| parent | 15e45b1d4bf1e9af1262d956b37f399b5ead8bf6 (diff) | |
Remove duplicate of SPI default config from keyboards (#25266)
Diffstat (limited to 'keyboards/custommk/cmk11/halconf.h')
| -rw-r--r-- | keyboards/custommk/cmk11/halconf.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/custommk/cmk11/halconf.h b/keyboards/custommk/cmk11/halconf.h index 6791d829f9..32d126efc5 100644 --- a/keyboards/custommk/cmk11/halconf.h +++ b/keyboards/custommk/cmk11/halconf.h @@ -20,11 +20,6 @@ #define HAL_USE_SPI TRUE -#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD - #define SERIAL_BUFFERS_SIZE 256 -// This enables interrupt-driven mode -#define SPI_USE_WAIT TRUE - #include_next <halconf.h> |