summaryrefslogtreecommitdiff
path: root/keyboards/era/sirind/klein_hs/halconf.h
diff options
context:
space:
mode:
authorera <73109780+eerraa@users.noreply.github.com>2023-10-07 09:31:08 +0900
committerGitHub <noreply@github.com>2023-10-06 17:31:08 -0700
commit69c1790dce1cedb8f3bdfdcc17cf71845d50ef14 (patch)
tree1949dc6ad7fa800fd1dfd80f840959a32ef26b8a /keyboards/era/sirind/klein_hs/halconf.h
parent63b48f5096c2af87c27ea67ff68df44c7aaea809 (diff)
Klein_HS PCB support (#22203)
Diffstat (limited to 'keyboards/era/sirind/klein_hs/halconf.h')
-rw-r--r--keyboards/era/sirind/klein_hs/halconf.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/era/sirind/klein_hs/halconf.h b/keyboards/era/sirind/klein_hs/halconf.h
new file mode 100644
index 0000000000..f57e86df01
--- /dev/null
+++ b/keyboards/era/sirind/klein_hs/halconf.h
@@ -0,0 +1,21 @@
+/* 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
+
+#define HAL_USE_PWM TRUE
+
+#include_next <halconf.h> \ No newline at end of file