summaryrefslogtreecommitdiff
path: root/keyboards/westm/westm68/mcuconf.h
diff options
context:
space:
mode:
authorWestM <93159069+WestMProducts@users.noreply.github.com>2021-12-16 10:07:06 -0800
committerGitHub <noreply@github.com>2021-12-16 10:07:06 -0800
commitd7bbd52e19970a506ac617fd3e9f19a062fead05 (patch)
tree1b358908dde17f31525f5947320a91196c8a0d17 /keyboards/westm/westm68/mcuconf.h
parentf383d3d8be525ae34f40d848edb5dc091cba8922 (diff)
[Keyboard] Add WestM (#15459)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/westm/westm68/mcuconf.h')
-rw-r--r--keyboards/westm/westm68/mcuconf.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/westm/westm68/mcuconf.h b/keyboards/westm/westm68/mcuconf.h
new file mode 100644
index 0000000000..403696185d
--- /dev/null
+++ b/keyboards/westm/westm68/mcuconf.h
@@ -0,0 +1,26 @@
+/* Copyright 2021 WestM
+ *
+ * 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>
+
+#undef STM32_I2C_USE_DMA
+#define STM32_I2C_USE_DMA FALSE
+
+#undef STM32_PWM_USE_TIM1
+#define STM32_PWM_USE_TIM1 TRUE
+