summaryrefslogtreecommitdiff
path: root/keyboards/sharkoon/skiller_sgk50_s2/halconf.h
diff options
context:
space:
mode:
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>