summaryrefslogtreecommitdiff
path: root/keyboards/jpe230/big_knob/halconf.h
diff options
context:
space:
mode:
authorjpe230 <pablin.123.ra@gmail.com>2023-12-12 02:48:24 -0600
committerGitHub <noreply@github.com>2023-12-12 00:48:24 -0800
commite2d6187339b5c723be358d5fb73533e384602c06 (patch)
treeacca04cc110af7b44de45e8fea52dc878998ee8a /keyboards/jpe230/big_knob/halconf.h
parentc4a2bea0e6aac51b8c0806f31614383e267eb1d7 (diff)
[Keyboard] Add Big Knob board (#22292)
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Diffstat (limited to 'keyboards/jpe230/big_knob/halconf.h')
-rw-r--r--keyboards/jpe230/big_knob/halconf.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/jpe230/big_knob/halconf.h b/keyboards/jpe230/big_knob/halconf.h
new file mode 100644
index 0000000000..c992d5aa07
--- /dev/null
+++ b/keyboards/jpe230/big_knob/halconf.h
@@ -0,0 +1,12 @@
+// Copyright 2023 jpe230 (@jpe230)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#include_next <halconf.h>
+
+#undef HAL_USE_SPI
+#define HAL_USE_SPI TRUE
+
+#undef HAL_USE_PWM
+#define HAL_USE_PWM TRUE