summaryrefslogtreecommitdiff
path: root/keyboards/handwired/riblee_split/halconf.h
diff options
context:
space:
mode:
authorReibl János Dániel <janos.daniel.reibl@protonmail.com>2023-11-08 09:31:06 +0100
committerGitHub <noreply@github.com>2023-11-08 00:31:06 -0800
commit2337cd1186e6a7b3f085cdafac5c1da87074015b (patch)
tree6997c3f999d02cfe14d53beb5abb71b63545962d /keyboards/handwired/riblee_split/halconf.h
parent7324650714d53142ec643bb019f6afa7e9cd9dbd (diff)
Add riblee handwired split keyboard (#22277)
Diffstat (limited to 'keyboards/handwired/riblee_split/halconf.h')
-rw-r--r--keyboards/handwired/riblee_split/halconf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/handwired/riblee_split/halconf.h b/keyboards/handwired/riblee_split/halconf.h
new file mode 100644
index 0000000000..1d5c3fd700
--- /dev/null
+++ b/keyboards/handwired/riblee_split/halconf.h
@@ -0,0 +1,8 @@
+// Copyright 2023 Daniel Reibl (@riblee)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#define HAL_USE_SERIAL TRUE
+
+#include_next <halconf.h>