aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/wily/wily_s/halconf.h
diff options
context:
space:
mode:
authorÁlvaro A. Volpato2026-01-11 18:47:23 +0100
committerGitHub2026-01-11 18:47:23 +0100
commit70c36c6c97094bae79e7766dabdb75f0cd91ff85 (patch)
treeb1d0d02444c2212f29d1f9e8541fcc3e069f3d4a /keyboards/wily/wily_s/halconf.h
parent56a2e332e10e6c8d7bc41a45310fa983cbd8c577 (diff)
First support for KKC Wily (#25852)
Diffstat (limited to 'keyboards/wily/wily_s/halconf.h')
-rw-r--r--keyboards/wily/wily_s/halconf.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/wily/wily_s/halconf.h b/keyboards/wily/wily_s/halconf.h
new file mode 100644
index 0000000000..6c98f31f9b
--- /dev/null
+++ b/keyboards/wily/wily_s/halconf.h
@@ -0,0 +1,21 @@
+/* Copyright 2025 Gondolindrim
+ *
+ * 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>