summaryrefslogtreecommitdiffstats
path: root/keyboards/xelus/xs60/halconf.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-12-11 18:40:00 +0000
committerQMK Bot <hello@qmk.fm>2021-12-11 18:40:00 +0000
commitdd994e72ad0e1f441331d208ca2b376835e0b9b5 (patch)
tree619974e52dd1b402c58b54e8ae15ac308bd999bb /keyboards/xelus/xs60/halconf.h
parentf92d153532130268a96f3b577820f0e528bdbc21 (diff)
parentae34dde677297db052316acd5088cf716848421d (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/xelus/xs60/halconf.h')
-rw-r--r--keyboards/xelus/xs60/halconf.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/xelus/xs60/halconf.h b/keyboards/xelus/xs60/halconf.h
new file mode 100644
index 0000000000..73481c72a6
--- /dev/null
+++ b/keyboards/xelus/xs60/halconf.h
@@ -0,0 +1,22 @@
+/* Copyright 2021 Harrison Chan (Xelus)
+ *
+ * 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>
+