summaryrefslogtreecommitdiff
path: root/keyboards/mino_plus/hotswap/halconf.h
diff options
context:
space:
mode:
authorShandon Anderson <CheeseL0ver@users.noreply.github.com>2023-07-05 00:52:35 -0400
committerGitHub <noreply@github.com>2023-07-04 22:52:35 -0600
commitaa2903b283a7b62e8dc2a805b2b14e14f0511334 (patch)
tree0a61228b9085bfecfd085054e2b937a7da301ba3 /keyboards/mino_plus/hotswap/halconf.h
parent2aa8dd7801da845e32ebdddae850c0ceb8b0cd25 (diff)
[Keyboard] Add Mino Plus Hotswap (#20534)
Co-authored-by: dev <dev@devbox-2204.lan> Co-authored-by: ShandonCodes <shandon@shandon.codes>
Diffstat (limited to 'keyboards/mino_plus/hotswap/halconf.h')
-rw-r--r--keyboards/mino_plus/hotswap/halconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/mino_plus/hotswap/halconf.h b/keyboards/mino_plus/hotswap/halconf.h
new file mode 100644
index 0000000000..fb8ce45220
--- /dev/null
+++ b/keyboards/mino_plus/hotswap/halconf.h
@@ -0,0 +1,7 @@
+// Copyright 2023 ShandonCodes (@ShandonCodes)
+// SPDX-License-Identifier: GPL-2.0-or-later
+#pragma once
+
+#define HAL_USE_I2C TRUE
+
+#include_next <halconf.h>