aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/mechwild/bbpad/halconf.h
diff options
context:
space:
mode:
authorLess/Rikki2024-07-07 21:09:48 +0200
committerGitHub2024-07-07 21:09:48 +0200
commitb23ddb9ad8b55717cc750f0b146fb5bbc503340b (patch)
treee369d99e34a658dca11a8adedc34161e3ad2b4f7 /keyboards/mechwild/bbpad/halconf.h
parent67d512e639806b24e68cb35170789f614e779638 (diff)
[keyboard] mechwild/bbpad (#24072)
* Initial bbpad commit * refactor: bbpad --------- Co-authored-by: Kyle McCreery <mccreery.kyle@gmail.com>
Diffstat (limited to 'keyboards/mechwild/bbpad/halconf.h')
-rw-r--r--keyboards/mechwild/bbpad/halconf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/mechwild/bbpad/halconf.h b/keyboards/mechwild/bbpad/halconf.h
new file mode 100644
index 0000000000..db4caea1d0
--- /dev/null
+++ b/keyboards/mechwild/bbpad/halconf.h
@@ -0,0 +1,8 @@
+// Copyright 2023 QMK Contributors (@qmk)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#define HAL_USE_PWM TRUE
+
+#include_next <halconf.h>