summaryrefslogtreecommitdiffstats
path: root/keyboards/janus/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/janus/halconf.h')
-rw-r--r--keyboards/janus/halconf.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/janus/halconf.h b/keyboards/janus/halconf.h
new file mode 100644
index 0000000000..550a6e0abf
--- /dev/null
+++ b/keyboards/janus/halconf.h
@@ -0,0 +1,9 @@
+// Copyright 2022 Steven Karrmann (@skarrmann)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#include_next <halconf.h>
+
+#undef HAL_USE_SIO
+#define HAL_USE_SIO TRUE \ No newline at end of file