summaryrefslogtreecommitdiff
path: root/keyboards/handwired/splittest/bluepill/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/splittest/bluepill/halconf.h')
-rw-r--r--keyboards/handwired/splittest/bluepill/halconf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/handwired/splittest/bluepill/halconf.h b/keyboards/handwired/splittest/bluepill/halconf.h
new file mode 100644
index 0000000000..d85c8b842e
--- /dev/null
+++ b/keyboards/handwired/splittest/bluepill/halconf.h
@@ -0,0 +1,6 @@
+/* Needed for serial bitbang, half-duplex and full-duplex */
+#define HAL_USE_PAL TRUE
+#define PAL_USE_WAIT TRUE
+#define PAL_USE_CALLBACKS TRUE
+
+#include_next <halconf.h>