summaryrefslogtreecommitdiff
path: root/keyboards/hineybush/h87_g2/mcuconf.h
diff options
context:
space:
mode:
authorJosh Hinnebusch <joshhinnebusch@gmail.com>2024-02-01 02:46:55 -0500
committerGitHub <noreply@github.com>2024-01-31 23:46:55 -0800
commitc390292e1ca32cb468a570ee249aef7fc44c1a3a (patch)
treec8990e109f842611fcc6da1780cf2bdf9443e18d /keyboards/hineybush/h87_g2/mcuconf.h
parent9ac6eeaaa61a35e96444026f4fb423d994e0fe02 (diff)
H87g2 updates (#22819)
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/hineybush/h87_g2/mcuconf.h')
-rw-r--r--keyboards/hineybush/h87_g2/mcuconf.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/hineybush/h87_g2/mcuconf.h b/keyboards/hineybush/h87_g2/mcuconf.h
new file mode 100644
index 0000000000..7e226e4371
--- /dev/null
+++ b/keyboards/hineybush/h87_g2/mcuconf.h
@@ -0,0 +1,21 @@
+/* Copyright 2024 Josh Hinnebusch
+ *
+ * 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 3 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 <https://www.gnu.org/licenses/>.
+ */
+#pragma once
+
+#include_next <mcuconf.h>
+
+#undef STM32_PWM_USE_TIM3
+#define STM32_PWM_USE_TIM3 TRUE