summaryrefslogtreecommitdiff
path: root/keyboards/mode/m65hi_alpha/halconf.h
diff options
context:
space:
mode:
authorÁlvaro A. Volpato <alvaro.volpato@usp.br>2021-12-01 05:58:29 -0300
committerGitHub <noreply@github.com>2021-12-01 00:58:29 -0800
commitbd2e02bdae67b1d71020bfcb63a4e5e5bc7fdf36 (patch)
tree3afe44e4d66c6731dd8b16fff8ac9b5c3f423aaf /keyboards/mode/m65hi_alpha/halconf.h
parentb98280bf5f93d68ec3c0a5377f74c8ae0a41df12 (diff)
[Keyboard] Add support for Mode SixtyFive M65HA and M65HI (#14685)
Diffstat (limited to 'keyboards/mode/m65hi_alpha/halconf.h')
-rw-r--r--keyboards/mode/m65hi_alpha/halconf.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/mode/m65hi_alpha/halconf.h b/keyboards/mode/m65hi_alpha/halconf.h
new file mode 100644
index 0000000000..41bddcb279
--- /dev/null
+++ b/keyboards/mode/m65hi_alpha/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_I2C TRUE
+
+#include_next <halconf.h>