summaryrefslogtreecommitdiff
path: root/keyboards/shandoncodes/mino_plus/hotswap/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/shandoncodes/mino_plus/hotswap/mcuconf.h')
-rw-r--r--keyboards/shandoncodes/mino_plus/hotswap/mcuconf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/shandoncodes/mino_plus/hotswap/mcuconf.h b/keyboards/shandoncodes/mino_plus/hotswap/mcuconf.h
new file mode 100644
index 0000000000..7b8a66123e
--- /dev/null
+++ b/keyboards/shandoncodes/mino_plus/hotswap/mcuconf.h
@@ -0,0 +1,8 @@
+// Copyright 2023 ShandonCodes (@ShandonCodes)
+// SPDX-License-Identifier: GPL-2.0-or-later
+#pragma once
+
+#include_next <mcuconf.h>
+
+#undef STM32_I2C_USE_I2C1
+#define STM32_I2C_USE_I2C1 TRUE \ No newline at end of file