summaryrefslogtreecommitdiff
path: root/keyboards/inland/v83p/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/inland/v83p/mcuconf.h')
-rw-r--r--keyboards/inland/v83p/mcuconf.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/inland/v83p/mcuconf.h b/keyboards/inland/v83p/mcuconf.h
new file mode 100644
index 0000000000..aa27265563
--- /dev/null
+++ b/keyboards/inland/v83p/mcuconf.h
@@ -0,0 +1,12 @@
+// Copyright 2023 jonylee@hfd (@jonylee1986)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#include_next <mcuconf.h>
+
+#undef WB32_SPI_USE_QSPI
+#define WB32_SPI_USE_QSPI TRUE
+
+#undef WB32_I2C_USE_I2C1
+#define WB32_I2C_USE_I2C1 TRUE