summaryrefslogtreecommitdiff
path: root/keyboards/yanghu/unicorne/f411/halconf.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-11-05 09:10:49 +0000
committerQMK Bot <hello@qmk.fm>2021-11-05 09:10:49 +0000
commit957a99b330ff6f8d446208d6debeef336a4c2cd7 (patch)
treecf2218000586fa8b4b98b9957770e14fa4b7e483 /keyboards/yanghu/unicorne/f411/halconf.h
parent8a659dc410c009e8bbdc9501c90fd90c3e69877c (diff)
parentad6d85ef5a77f0fb810f5c850c24499a4886e458 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/yanghu/unicorne/f411/halconf.h')
-rw-r--r--keyboards/yanghu/unicorne/f411/halconf.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/yanghu/unicorne/f411/halconf.h b/keyboards/yanghu/unicorne/f411/halconf.h
new file mode 100644
index 0000000000..d28ae12fde
--- /dev/null
+++ b/keyboards/yanghu/unicorne/f411/halconf.h
@@ -0,0 +1,27 @@
+/* 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
+
+/* PWM for AUDIO and RGB LED */
+#define HAL_USE_PWM TRUE
+/* GPT and PAL for Audio */
+#define HAL_USE_GPT TRUE
+#define HAL_USE_PAL TRUE
+/* I2C for OLED display */
+#define HAL_USE_I2C TRUE
+
+#include_next <halconf.h>