summaryrefslogtreecommitdiff
path: root/keyboards/mino_plus/soldered/mcuconf.h
diff options
context:
space:
mode:
authorShandon Anderson <CheeseL0ver@users.noreply.github.com>2023-01-18 03:55:34 -0500
committerGitHub <noreply@github.com>2023-01-18 00:55:34 -0800
commitd73ad5204049648a912fe3b384b36d211570b544 (patch)
tree08fc26267557f600fe9eb024b65559c15285b2d3 /keyboards/mino_plus/soldered/mcuconf.h
parente6ec2bde07368e7d69b424fde7c6804307ac02f2 (diff)
[Keyboard] Add Mino Plus Keyboard (#19535)
Co-authored-by: Shandon Anderson <shandon@shandon.codes>
Diffstat (limited to 'keyboards/mino_plus/soldered/mcuconf.h')
-rw-r--r--keyboards/mino_plus/soldered/mcuconf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/mino_plus/soldered/mcuconf.h b/keyboards/mino_plus/soldered/mcuconf.h
new file mode 100644
index 0000000000..c1d45157c7
--- /dev/null
+++ b/keyboards/mino_plus/soldered/mcuconf.h
@@ -0,0 +1,8 @@
+// Copyright 2022 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