summaryrefslogtreecommitdiffstats
path: root/keyboards/boardsource/equals/halconf.h
diff options
context:
space:
mode:
authorcole smith <38364556+daysgobye@users.noreply.github.com>2023-07-26 11:42:29 -0700
committerGitHub <noreply@github.com>2023-07-26 12:42:29 -0600
commiteb188bd4eefc61f49540cbdd389673de63b2b185 (patch)
treeef0c341435b4a7f0dc762a4511364d769558e0e7 /keyboards/boardsource/equals/halconf.h
parent48f096013b6409f726852b242b39a28432541ded (diff)
[Keyboard] boardsource/equals (#21230)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: jack <0x6A73@pm.me>
Diffstat (limited to 'keyboards/boardsource/equals/halconf.h')
-rw-r--r--keyboards/boardsource/equals/halconf.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/boardsource/equals/halconf.h b/keyboards/boardsource/equals/halconf.h
new file mode 100644
index 0000000000..ec1c061eec
--- /dev/null
+++ b/keyboards/boardsource/equals/halconf.h
@@ -0,0 +1,9 @@
+// Copyright 2023 Cole Smith (@boardsource)
+// SPDX-License-Identifier: GPL-2.0-or-later
+#pragma once
+
+#define HAL_USE_I2C TRUE
+#define HAL_USE_PWM TRUE
+#define HAL_USE_SPI TRUE
+
+#include_next <halconf.h>