summaryrefslogtreecommitdiffstats
path: root/keyboards/mino_plus/hotswap/mcuconf.h
diff options
context:
space:
mode:
authorShandon Anderson <CheeseL0ver@users.noreply.github.com>2023-07-05 00:52:35 -0400
committerGitHub <noreply@github.com>2023-07-04 22:52:35 -0600
commitaa2903b283a7b62e8dc2a805b2b14e14f0511334 (patch)
tree0a61228b9085bfecfd085054e2b937a7da301ba3 /keyboards/mino_plus/hotswap/mcuconf.h
parent2aa8dd7801da845e32ebdddae850c0ceb8b0cd25 (diff)
[Keyboard] Add Mino Plus Hotswap (#20534)
Co-authored-by: dev <dev@devbox-2204.lan> Co-authored-by: ShandonCodes <shandon@shandon.codes>
Diffstat (limited to 'keyboards/mino_plus/hotswap/mcuconf.h')
-rw-r--r--keyboards/mino_plus/hotswap/mcuconf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/mino_plus/hotswap/mcuconf.h b/keyboards/mino_plus/hotswap/mcuconf.h
new file mode 100644
index 0000000000..7b8a66123e
--- /dev/null
+++ b/keyboards/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