summaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/bluepill/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/onekey/bluepill/halconf.h')
-rw-r--r--keyboards/handwired/onekey/bluepill/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/onekey/bluepill/halconf.h b/keyboards/handwired/onekey/bluepill/halconf.h
index 72879a575b..53b2f91e33 100644
--- a/keyboards/handwired/onekey/bluepill/halconf.h
+++ b/keyboards/handwired/onekey/bluepill/halconf.h
@@ -146,7 +146,7 @@
* @brief Enables the SPI subsystem.
*/
#if !defined(HAL_USE_SPI) || defined(__DOXYGEN__)
-#define HAL_USE_SPI TRUE
+#define HAL_USE_SPI FALSE
#endif
/**