aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/whirlwind_fx_element/halconf.h
diff options
context:
space:
mode:
authoraedanmills2025-10-27 02:19:06 +0100
committerGitHub2025-10-27 02:19:06 +0100
commitf4123acc725346caadeb49eb873a3ca93c263a25 (patch)
tree1afff6c90bab2b395c35be88311bc5014c4fe305 /keyboards/whirlwind_fx_element/halconf.h
parent98e65cf3e1fb4bf61367d469a62d3cce0a9fac20 (diff)
[Keyboard] Add WhirlwindFX ElementV2 (#25356)
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Diffstat (limited to 'keyboards/whirlwind_fx_element/halconf.h')
-rw-r--r--keyboards/whirlwind_fx_element/halconf.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/whirlwind_fx_element/halconf.h b/keyboards/whirlwind_fx_element/halconf.h
new file mode 100644
index 0000000000..75e92dea90
--- /dev/null
+++ b/keyboards/whirlwind_fx_element/halconf.h
@@ -0,0 +1,9 @@
+// Copyright 2023 WhirlwindFX
+// Copyright 2023 aedanmills
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#define HAL_USE_I2C TRUE
+
+#include_next <halconf.h>