summaryrefslogtreecommitdiff
path: root/keyboards/sharkoon/skiller_sgk50_s2/halconf.h
diff options
context:
space:
mode:
authorJoy Lee <joylee.lc@foxmail.com>2024-03-31 09:07:03 +0800
committerGitHub <noreply@github.com>2024-03-30 19:07:03 -0600
commite9f187f612840d687ddfe070c2a1fef470676aed (patch)
treefd4eb110f4169fd0385051c6a10909910608e994 /keyboards/sharkoon/skiller_sgk50_s2/halconf.h
parent72ec742d2c35b364d8756109e552abaf62298b08 (diff)
[Keyboard] Add skiller_skg50_s2 (#23364)
Co-authored-by: wb <wb@westberrytech.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: jack <0x6a73@protonmail.com>
Diffstat (limited to 'keyboards/sharkoon/skiller_sgk50_s2/halconf.h')
-rw-r--r--keyboards/sharkoon/skiller_sgk50_s2/halconf.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/sharkoon/skiller_sgk50_s2/halconf.h b/keyboards/sharkoon/skiller_sgk50_s2/halconf.h
new file mode 100644
index 0000000000..9d456a5106
--- /dev/null
+++ b/keyboards/sharkoon/skiller_sgk50_s2/halconf.h
@@ -0,0 +1,10 @@
+// Copyright 2024 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>