summaryrefslogtreecommitdiff
path: root/keyboards/era/sirind/klein_sd/mcuconf.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-11-01 00:41:08 +0000
committerQMK Bot <hello@qmk.fm>2023-11-01 00:41:08 +0000
commiteac8e6788871a087eafdc5492eee425a7205d727 (patch)
tree5b660fd47ccbf4391fa2f6b71c3141cfba08fa46 /keyboards/era/sirind/klein_sd/mcuconf.h
parentfccd825212005f4daee7844ab97399a331068cbf (diff)
parent999008f0eb8204f2d6d99113ae45aad2337dcf28 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/era/sirind/klein_sd/mcuconf.h')
-rw-r--r--keyboards/era/sirind/klein_sd/mcuconf.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/era/sirind/klein_sd/mcuconf.h b/keyboards/era/sirind/klein_sd/mcuconf.h
new file mode 100644
index 0000000000..b82cc49d7d
--- /dev/null
+++ b/keyboards/era/sirind/klein_sd/mcuconf.h
@@ -0,0 +1,22 @@
+/* Copyright 2023 eerraa
+ *
+ * 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 RP_PWM_USE_PWM7
+#define RP_PWM_USE_PWM7 TRUE \ No newline at end of file