aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/mechwild/bb65/halconf.h
diff options
context:
space:
mode:
authorStephon Parker2024-04-30 03:46:48 +0200
committerGitHub2024-04-30 03:46:48 +0200
commitc94c6fcc25cdf3a5eb16ba5609d2ef1b3e3a2916 (patch)
tree61a19e4b6f7b6dcf8568fba819697493729c6993 /keyboards/mechwild/bb65/halconf.h
parentcc35aaadbf18da8f6145adfe8b135fc0f9ee26a1 (diff)
[Keyboard] Add MECHWILD BB65 (#23581)
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Diffstat (limited to 'keyboards/mechwild/bb65/halconf.h')
-rw-r--r--keyboards/mechwild/bb65/halconf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/mechwild/bb65/halconf.h b/keyboards/mechwild/bb65/halconf.h
new file mode 100644
index 0000000000..d9ca949256
--- /dev/null
+++ b/keyboards/mechwild/bb65/halconf.h
@@ -0,0 +1,8 @@
+// Copyright 2023 Kyle McCreery (@kylemccreery)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#define HAL_USE_PWM TRUE
+
+#include_next <halconf.h>