summaryrefslogtreecommitdiff
path: root/keyboards/handwired/dactyl_manuform/6x6/blackpill_f411/halconf.h
diff options
context:
space:
mode:
authorBartosz Nowak <bartosz.nowak@vimn.com>2022-01-10 11:31:51 +0100
committerGitHub <noreply@github.com>2022-01-10 02:31:51 -0800
commitd7eb09949d426af891dd9cf85ad789285422490e (patch)
tree17edf63f84cbea74bbb01e4c6d310fa1024c7200 /keyboards/handwired/dactyl_manuform/6x6/blackpill_f411/halconf.h
parentf59cbfb75c0b161187d22d07b58e242ef225611a (diff)
[Keyboard] Add keymap and settings for dactyl_manuform 6x6_5 thumb (#15526)
* Add dactyl manu 6x6 with stm32 support and 5thumb cluster * Add review changes * Add license to new files * Fix enums for custom keymap * Readme update * Fix readme to follow one from template * Add missing licence to files * Update keyboards/handwired/dactyl_manuform/6x6/blackpill_f411/rules.mk * Update keyboards/handwired/dactyl_manuform/6x6/blackpill_f411/rules.mk * Remove readme from onekey keyboard * Make separate macro for 5thumb
Diffstat (limited to 'keyboards/handwired/dactyl_manuform/6x6/blackpill_f411/halconf.h')
-rw-r--r--keyboards/handwired/dactyl_manuform/6x6/blackpill_f411/halconf.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/handwired/dactyl_manuform/6x6/blackpill_f411/halconf.h b/keyboards/handwired/dactyl_manuform/6x6/blackpill_f411/halconf.h
new file mode 100644
index 0000000000..9068139df8
--- /dev/null
+++ b/keyboards/handwired/dactyl_manuform/6x6/blackpill_f411/halconf.h
@@ -0,0 +1,24 @@
+/* Copyright 2021 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_SERIAL TRUE
+
+#define PAL_USE_CALLBACKS TRUE
+#define PAL_USE_WAIT TRUE
+
+#include_next <halconf.h>