summaryrefslogtreecommitdiff
path: root/keyboards/novelkeys/nk87b/mcuconf.h
diff options
context:
space:
mode:
authoryiancar <yiangosyiangou@cytanet.com.cy>2022-08-30 10:50:00 +0100
committerGitHub <noreply@github.com>2022-08-30 02:50:00 -0700
commit907d7bfc5471b97c45420b31cd8ba2202f0b04e5 (patch)
tree1c9d082ee8249b758240634e4fd4888e22eef1f9 /keyboards/novelkeys/nk87b/mcuconf.h
parent092dd58e34744b4118052082ce2020622d92d809 (diff)
[Keyboard] Add NK87B (#18210)
Co-authored-by: yiancar <yiancar@gmail.com>
Diffstat (limited to 'keyboards/novelkeys/nk87b/mcuconf.h')
-rw-r--r--keyboards/novelkeys/nk87b/mcuconf.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/novelkeys/nk87b/mcuconf.h b/keyboards/novelkeys/nk87b/mcuconf.h
new file mode 100644
index 0000000000..7cf6a48904
--- /dev/null
+++ b/keyboards/novelkeys/nk87b/mcuconf.h
@@ -0,0 +1,22 @@
+/* Copyright 2022 Yiancar
+ *
+ * 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