summaryrefslogtreecommitdiffstats
path: root/keyboards/custommk/ergostrafer/mcuconf.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-06-13 06:33:41 +0000
committerQMK Bot <hello@qmk.fm>2023-06-13 06:33:41 +0000
commitfd2a516f03243009b96f82769a17a5ced7410b5b (patch)
tree201a34f7bd85fe933a692599d27cf4849fe660ca /keyboards/custommk/ergostrafer/mcuconf.h
parentf4529eb42b22ba5236f667ae4d0fd3c8255a1fe8 (diff)
parentdabbc93df47815c4df42696de220684edd05f873 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/custommk/ergostrafer/mcuconf.h')
-rw-r--r--keyboards/custommk/ergostrafer/mcuconf.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/custommk/ergostrafer/mcuconf.h b/keyboards/custommk/ergostrafer/mcuconf.h
new file mode 100644
index 0000000000..160b94f786
--- /dev/null
+++ b/keyboards/custommk/ergostrafer/mcuconf.h
@@ -0,0 +1,27 @@
+/* Copyright 2023 customMK
+ *
+ * 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/>.
+ */
+
+#pragma once
+
+#include_next <mcuconf.h>
+
+// Used for audio
+#undef STM32_PWM_USE_TIM4
+#define STM32_PWM_USE_TIM4 TRUE
+
+// Used for FRAM
+#undef STM32_SPI_USE_SPI1
+#define STM32_SPI_USE_SPI1 TRUE \ No newline at end of file