summaryrefslogtreecommitdiff
path: root/keyboards/boardsource/equals/60/halconf.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-11-14 01:49:49 +0000
committerQMK Bot <hello@qmk.fm>2023-11-14 01:49:49 +0000
commit79a6419dee137987b4063de1a8354414465e816a (patch)
tree32fc0022503971e531e7873f4c79533b02afadf1 /keyboards/boardsource/equals/60/halconf.h
parent02d3b233ab4405e86b57bdb39f03981196c1c09b (diff)
parent44062b50560d7a1c44eec0ee09f4441f06591b65 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/boardsource/equals/60/halconf.h')
-rw-r--r--keyboards/boardsource/equals/60/halconf.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/boardsource/equals/60/halconf.h b/keyboards/boardsource/equals/60/halconf.h
new file mode 100644
index 0000000000..ec1c061eec
--- /dev/null
+++ b/keyboards/boardsource/equals/60/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>