summaryrefslogtreecommitdiff
path: root/keyboards/ramonimbao/squishyfrl/mcuconf.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-06-24 02:54:06 +0000
committerQMK Bot <hello@qmk.fm>2021-06-24 02:54:06 +0000
commitc6d5049fb16116bcfd2360e605912fc2fc57fed9 (patch)
tree5c0d796c86b33f5dc3d82d7ed75b36c344dfe2b0 /keyboards/ramonimbao/squishyfrl/mcuconf.h
parent08b62c5f5a27bf1f3b711992cbccf3951c5d4ffd (diff)
parent02fcb1069ac034d593e02484604ddc0c2ebc2dc2 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/ramonimbao/squishyfrl/mcuconf.h')
-rw-r--r--keyboards/ramonimbao/squishyfrl/mcuconf.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/ramonimbao/squishyfrl/mcuconf.h b/keyboards/ramonimbao/squishyfrl/mcuconf.h
new file mode 100644
index 0000000000..b14bd32f80
--- /dev/null
+++ b/keyboards/ramonimbao/squishyfrl/mcuconf.h
@@ -0,0 +1,24 @@
+/* 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/>.
+ */
+
+#include_next <mcuconf.h>
+
+#undef STM32_PWM_USE_TIM2
+#define STM32_PWM_USE_TIM2 TRUE
+
+#undef STM32_SPI_USE_SPI2
+#define STM32_SPI_USE_SPI2 FALSE
+