summaryrefslogtreecommitdiff
path: root/keyboards/handwired/splittest/keymaps/serial_halfduplex/halconf.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-08-03 21:06:54 +0100
committerGitHub <noreply@github.com>2022-08-03 21:06:54 +0100
commit92bcbee22615114286916bbbc4df4256c2818f0d (patch)
treeaeb1e6eb45166d73d9c0b758786ca0e28355c102 /keyboards/handwired/splittest/keymaps/serial_halfduplex/halconf.h
parentdf8a538489414b1f0c0cdcb786a76cca763ae37a (diff)
Fix up splittest/bluepill (#17897)
Diffstat (limited to 'keyboards/handwired/splittest/keymaps/serial_halfduplex/halconf.h')
-rw-r--r--keyboards/handwired/splittest/keymaps/serial_halfduplex/halconf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/handwired/splittest/keymaps/serial_halfduplex/halconf.h b/keyboards/handwired/splittest/keymaps/serial_halfduplex/halconf.h
index 35ae5bf214..58840c28a7 100644
--- a/keyboards/handwired/splittest/keymaps/serial_halfduplex/halconf.h
+++ b/keyboards/handwired/splittest/keymaps/serial_halfduplex/halconf.h
@@ -1,2 +1,8 @@
+// Copyright 2022 dvermd (@dvermd)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
#define HAL_USE_SERIAL TRUE
+
#include_next <halconf.h>