summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/cyberstar/halconf.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-08-19 19:48:31 +0000
committerQMK Bot <hello@qmk.fm>2022-08-19 19:48:31 +0000
commitc0c875d6754f87f4832ce41394f4f6cf98cc890f (patch)
tree7bbe91bd7511543cab789fd47bb8e0b7b4e65da1 /keyboards/handwired/cyberstar/halconf.h
parent1eac095c0c200990c41966944c2b65e633d361f8 (diff)
parent8e8c0e2d57f7b07348ef3068726791296deb6c75 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/cyberstar/halconf.h')
-rw-r--r--keyboards/handwired/cyberstar/halconf.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/handwired/cyberstar/halconf.h b/keyboards/handwired/cyberstar/halconf.h
new file mode 100644
index 0000000000..4abd83bd3b
--- /dev/null
+++ b/keyboards/handwired/cyberstar/halconf.h
@@ -0,0 +1,21 @@
+/* Copyright 2022 Yiancar-Designs
+ *
+ * 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>