summaryrefslogtreecommitdiff
path: root/keyboards/mode/m65s/halconf.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-09-13 21:01:51 +0000
committerQMK Bot <hello@qmk.fm>2021-09-13 21:01:51 +0000
commit232bc23a89874d1a2e028a1414dd34cf0339f8d2 (patch)
tree3790be365d9b12307bdaa90393800c5412bb495f /keyboards/mode/m65s/halconf.h
parent508db37926dbc93dda0101bd1da2d779d22aead4 (diff)
parenteee553337a02d64bb5acdeb0a2b13461637409df (diff)
downloadqmk_firmware-232bc23a89874d1a2e028a1414dd34cf0339f8d2.tar.gz
qmk_firmware-232bc23a89874d1a2e028a1414dd34cf0339f8d2.zip
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mode/m65s/halconf.h')
-rw-r--r--keyboards/mode/m65s/halconf.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/mode/m65s/halconf.h b/keyboards/mode/m65s/halconf.h
new file mode 100644
index 0000000000..6c53f594c7
--- /dev/null
+++ b/keyboards/mode/m65s/halconf.h
@@ -0,0 +1,26 @@
+/* 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/>.
+ */
+
+/*
+ * This file was auto-generated by:
+ * `qmk chibios-confmigrate -i keyboards/acheron/austin/halconf.h -r platforms/chibios/common/configs/halconf.h`
+ */
+
+#pragma once
+
+#define HAL_USE_I2C TRUE
+
+#include_next <halconf.h>