summaryrefslogtreecommitdiff
path: root/keyboards/mode/m60h_f/halconf.h
diff options
context:
space:
mode:
authorWolf Van Herreweghe <wolfvanh@gmail.com>2023-12-15 22:28:27 +0100
committerGitHub <noreply@github.com>2023-12-15 14:28:27 -0700
commit9874d78da30997023fc07d4c057a7dc4a3ba24dc (patch)
tree35cd86bef487c057e21b261b580fe3020865b125 /keyboards/mode/m60h_f/halconf.h
parent443971ab8eb09a685f181191fd183995192f162d (diff)
[Keyboard] Add Mode Tempo PCB's (#22550)
* Add mode 60 PCB's * Update Licenses * Unify Vendor name cross other projects * Move pin description from Config to Info.json * Replace WS2812 driver with PWM * Update keyboards/mode/m60h/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/mode/m60h_f/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/mode/m60h/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/mode/m60s/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/mode/m60s/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Format info.json files * replace link with images * Fix spacings in Config file * remove non essential file * Update readme.md spacings * Update readme.md Spacings * Update readme.md --------- Co-authored-by: Wolf <contact@vwolf.be> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/mode/m60h_f/halconf.h')
-rw-r--r--keyboards/mode/m60h_f/halconf.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/mode/m60h_f/halconf.h b/keyboards/mode/m60h_f/halconf.h
new file mode 100644
index 0000000000..6c00f38084
--- /dev/null
+++ b/keyboards/mode/m60h_f/halconf.h
@@ -0,0 +1,21 @@
+/* Copyright 2020 QMK
+ *
+ * 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