summaryrefslogtreecommitdiff
path: root/keyboards/smithrune/iron180v2/v2s/mcuconf.h
diff options
context:
space:
mode:
authorÁlvaro A. Volpato <alvaro.augusto.volpato@gmail.com>2023-12-12 05:41:41 -0300
committerGitHub <noreply@github.com>2023-12-12 00:41:41 -0800
commit1f9b653f586fcb5aaafbb8fcd8d2a5775d871f9c (patch)
treefc1c562f093a8697144efe54046b5252beb21ec5 /keyboards/smithrune/iron180v2/v2s/mcuconf.h
parente64815511303584787b623c12ac8bab7dccb0034 (diff)
[Keyboard] Add Iron180 V2 PCB support (#22314)
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Diffstat (limited to 'keyboards/smithrune/iron180v2/v2s/mcuconf.h')
-rw-r--r--keyboards/smithrune/iron180v2/v2s/mcuconf.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/smithrune/iron180v2/v2s/mcuconf.h b/keyboards/smithrune/iron180v2/v2s/mcuconf.h
new file mode 100644
index 0000000000..b7b462f8cd
--- /dev/null
+++ b/keyboards/smithrune/iron180v2/v2s/mcuconf.h
@@ -0,0 +1,22 @@
+/* Copyright 2023 Gondolindrim <gondolindrim@acheronproject.com>
+ *
+ * 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_PWM_USE_TIM3
+#define STM32_PWM_USE_TIM3 TRUE