aboutsummaryrefslogtreecommitdiff
path: root/halconf.h
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2023-12-09 17:27:00 +0000
committerJustine Smithies <justine@smithies.me.uk>2023-12-09 17:27:00 +0000
commit59f5f57d524173ece07c50400f54bbb20edffc08 (patch)
tree03f317974010aaecf7d61161c4f2ab724d1e0dd1 /halconf.h
Initial commit
Diffstat (limited to 'halconf.h')
-rw-r--r--halconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/halconf.h b/halconf.h
new file mode 100644
index 0000000..39fbe3e
--- /dev/null
+++ b/halconf.h
@@ -0,0 +1,7 @@
+// Copyright 2022 QMK
+// SPDX-License-Identifier: GPL-2.0-or-later
+#pragma once
+
+#define HAL_USE_I2C TRUE
+
+#include_next <halconf.h> \ No newline at end of file