diff options
| author | Stephon Parker | 2024-04-30 03:46:48 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-30 03:46:48 +0200 |
| commit | c94c6fcc25cdf3a5eb16ba5609d2ef1b3e3a2916 (patch) | |
| tree | 61a19e4b6f7b6dcf8568fba819697493729c6993 /keyboards/mechwild/bb65/halconf.h | |
| parent | cc35aaadbf18da8f6145adfe8b135fc0f9ee26a1 (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.h | 8 |
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> |