summaryrefslogtreecommitdiff
path: root/keyboards/plywrks/ply8x/halconf.h
diff options
context:
space:
mode:
authorRamon Imbao <ramonimbao@gmail.com>2023-07-03 18:49:43 +0800
committerGitHub <noreply@github.com>2023-07-03 03:49:43 -0700
commita6bf2cae22f8be6f15a5b4c80e18c8ecf7b1fcca (patch)
tree5e2e4dd719912f82176b2965370e0da930e8a125 /keyboards/plywrks/ply8x/halconf.h
parent13f719169e42d2eb514657946ce14b933afec602 (diff)
[Keyboard] Add Plywrks ply8x (#21263)
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/plywrks/ply8x/halconf.h')
-rw-r--r--keyboards/plywrks/ply8x/halconf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/plywrks/ply8x/halconf.h b/keyboards/plywrks/ply8x/halconf.h
new file mode 100644
index 0000000000..e215e323c5
--- /dev/null
+++ b/keyboards/plywrks/ply8x/halconf.h
@@ -0,0 +1,8 @@
+// Copyright 2023 Ramon Imbao (@ramonimbao)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#define HAL_USE_SPI TRUE
+
+#include_next <halconf.h>