summaryrefslogtreecommitdiff
path: root/keyboards/inland/v83p/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/inland/v83p/halconf.h')
-rw-r--r--keyboards/inland/v83p/halconf.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/inland/v83p/halconf.h b/keyboards/inland/v83p/halconf.h
new file mode 100644
index 0000000000..fcd8b7216a
--- /dev/null
+++ b/keyboards/inland/v83p/halconf.h
@@ -0,0 +1,11 @@
+// Copyright 2023 jonylee@hfd (@jonylee1986)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#define HAL_USE_I2C TRUE
+#define HAL_USE_SPI TRUE
+#define SPI_USE_WAIT TRUE
+#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD
+
+#include_next <halconf.h>