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.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/keyboards/handwired/splittest/bluepill/halconf.h b/keyboards/handwired/splittest/bluepill/halconf.h
deleted file mode 100644
index e11e5b637a..0000000000
--- a/keyboards/handwired/splittest/bluepill/halconf.h
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright 2022 dvermd (@dvermd)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#pragma once
-
-/* 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>