summaryrefslogtreecommitdiff
path: root/keyboards/era/sirind/klein_sd/mcuconf.h
diff options
context:
space:
mode:
authorera <73109780+eerraa@users.noreply.github.com>2023-11-01 09:40:25 +0900
committerGitHub <noreply@github.com>2023-10-31 18:40:25 -0600
commit999008f0eb8204f2d6d99113ae45aad2337dcf28 (patch)
tree34935dd26ecc958134e25b520aac215f617f677c /keyboards/era/sirind/klein_sd/mcuconf.h
parent2192098f57a0dce1812a5d12fe57ed593d892d71 (diff)
[Keyboard] Add Klein_SD (#22371)
Co-authored-by: Joel Challis <git@zvecr.com>
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