summaryrefslogtreecommitdiff
path: root/keyboards/keychron/s1/halconf.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-12-20 06:45:05 +0000
committerQMK Bot <hello@qmk.fm>2022-12-20 06:45:05 +0000
commitd95a51fb1777014fb34940892308eafaa6b5de9b (patch)
tree4de578085ba1cd03a0e7208172ce1c7c20bd7fc1 /keyboards/keychron/s1/halconf.h
parent174263445faaa14c5b042f9a72a73107b707c621 (diff)
parent8560280afe1d559aba58ab1a2e6f1f8fda9e4e46 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/keychron/s1/halconf.h')
-rw-r--r--keyboards/keychron/s1/halconf.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/keychron/s1/halconf.h b/keyboards/keychron/s1/halconf.h
new file mode 100644
index 0000000000..41bddcb279
--- /dev/null
+++ b/keyboards/keychron/s1/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>