summaryrefslogtreecommitdiff
path: root/keyboards/miiiw/blackio83/mcuconf.h
diff options
context:
space:
mode:
authorArthur <37627147+ArthurCyy@users.noreply.github.com>2023-10-10 08:41:40 +0800
committerGitHub <noreply@github.com>2023-10-09 17:41:40 -0700
commit6dafcac71399d1d4a4af1b6bfb36d73c6c9155ce (patch)
tree684e768be553f9be5448c9fd2a73c57ce7570130 /keyboards/miiiw/blackio83/mcuconf.h
parent509a2b40b798fd79a9d78b65e4daeb78cecf17ea (diff)
[Keyboard] Add MIIIW BlackIO83 (#21970)
* Add MIIIW BlackIO83 * Improve the code * Updated instructions for entering the bootloader * Update keyboards/miiiw/blackio83/rev_0100/config.h * Update keyboards/miiiw/blackio83/rev_0100/config.h * Update keyboards/miiiw/blackio83/config.h * Update config.h
Diffstat (limited to 'keyboards/miiiw/blackio83/mcuconf.h')
-rw-r--r--keyboards/miiiw/blackio83/mcuconf.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/keyboards/miiiw/blackio83/mcuconf.h b/keyboards/miiiw/blackio83/mcuconf.h
new file mode 100644
index 0000000000..89038eba82
--- /dev/null
+++ b/keyboards/miiiw/blackio83/mcuconf.h
@@ -0,0 +1,33 @@
+/* Copyright 2020 QMK
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+/*
+ * This file was auto-generated by:
+ * `qmk chibios-confmigrate -i keyboards/geekboards/macropad_v2/mcuconf.h -r platforms/chibios/GENERIC_STM32_F072XB/configs/mcuconf.h`
+ */
+
+#pragma once
+
+#include_next <mcuconf.h>
+
+#undef STM32_SERIAL_USE_USART1
+#define STM32_SERIAL_USE_USART1 TRUE
+
+#undef STM32_I2C_USE_I2C1
+#define STM32_I2C_USE_I2C1 TRUE
+
+#undef STM32_I2C_USE_DMA
+#define STM32_I2C_USE_DMA FALSE