aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/hazel/bad_wings
diff options
context:
space:
mode:
authorJoel Challis2025-05-16 18:35:05 +0200
committerGitHub2025-05-16 18:35:05 +0200
commit0b6a460b7f5d4b681da7653b25e4082e8b8c6c1a (patch)
treef42c7f58464d729d01416966fb56c8b7f11f403c /keyboards/hazel/bad_wings
parent15e45b1d4bf1e9af1262d956b37f399b5ead8bf6 (diff)
Remove duplicate of SPI default config from keyboards (#25266)
Diffstat (limited to 'keyboards/hazel/bad_wings')
-rw-r--r--keyboards/hazel/bad_wings/halconf.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/hazel/bad_wings/halconf.h b/keyboards/hazel/bad_wings/halconf.h
index ed9500fe75..dbb40c4c27 100644
--- a/keyboards/hazel/bad_wings/halconf.h
+++ b/keyboards/hazel/bad_wings/halconf.h
@@ -6,7 +6,5 @@
#define HAL_USE_SPI TRUE
#define HAL_USE_I2C TRUE
#define HAL_USE_PWM TRUE
-#define SPI_USE_WAIT TRUE
-#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD
-#include_next <halconf.h> \ No newline at end of file
+#include_next <halconf.h>