summaryrefslogtreecommitdiff
path: root/keyboards/tacworks/tac_k1/halconf.h
diff options
context:
space:
mode:
authorJoy Lee <joylee.lc@foxmail.com>2024-01-14 14:06:37 +0800
committerGitHub <noreply@github.com>2024-01-13 22:06:37 -0800
commita81ae7dd041e8f6baa4c82c5155ca22c66ac1f9b (patch)
tree3748ef1aea44ed528af54a1a3cf3bab341a5c60e /keyboards/tacworks/tac_k1/halconf.h
parent114a43e1eabd6d3048843d3c9ccca6ca87971133 (diff)
Add tac-k1 keyboard (#22522)
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Diffstat (limited to 'keyboards/tacworks/tac_k1/halconf.h')
-rw-r--r--keyboards/tacworks/tac_k1/halconf.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/tacworks/tac_k1/halconf.h b/keyboards/tacworks/tac_k1/halconf.h
new file mode 100644
index 0000000000..8760386e81
--- /dev/null
+++ b/keyboards/tacworks/tac_k1/halconf.h
@@ -0,0 +1,10 @@
+// Copyright 2023 JoyLee (@itarze)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#define HAL_USE_SPI TRUE
+#define SPI_USE_WAIT TRUE
+#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD
+
+#include_next <halconf.h>