summaryrefslogtreecommitdiff
path: root/keyboards/gkeyboard/greatpad/halconf.h
diff options
context:
space:
mode:
authorDrashna Jael're <drashna@live.com>2024-02-03 00:50:11 -0800
committerDrashna Jael're <drashna@live.com>2024-02-03 00:50:11 -0800
commit11c631027ce539595a71a1a681115ad46379ce90 (patch)
treea416e2f8f9ae6ecabe0e17975860de9c5c14f712 /keyboards/gkeyboard/greatpad/halconf.h
parent2f37a7854ddb0055eff7cb605492a57ff5061eb2 (diff)
parente97ec68692ffee20e92921e7c913471359cd5377 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/gkeyboard/greatpad/halconf.h')
-rw-r--r--keyboards/gkeyboard/greatpad/halconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/gkeyboard/greatpad/halconf.h b/keyboards/gkeyboard/greatpad/halconf.h
new file mode 100644
index 0000000000..f4403a0ff0
--- /dev/null
+++ b/keyboards/gkeyboard/greatpad/halconf.h
@@ -0,0 +1,7 @@
+// Copyright 2023 QMK
+// SPDX-License-Identifier: GPL-2.0-or-later
+#pragma once
+
+#define HAL_USE_I2C TRUE
+
+#include_next <halconf.h>