diff options
author | QMK Bot <hello@qmk.fm> | 2024-01-22 13:18:51 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2024-01-22 13:18:51 +0000 |
commit | 61ed48edc393d2b3295e32d68263b31da946cd64 (patch) | |
tree | 55c664ebe0bd9238f296075504bb5e1b562a2915 /tmk_core/protocol | |
parent | 2655ce58f92801773789793759b0133c650a29e5 (diff) | |
parent | 3495cbc6382d4fa08ee5b4294527ab66fb7dff59 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'tmk_core/protocol')
-rw-r--r-- | tmk_core/protocol/report.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tmk_core/protocol/report.h b/tmk_core/protocol/report.h index 3028cf9426..47bc4f2f2b 100644 --- a/tmk_core/protocol/report.h +++ b/tmk_core/protocol/report.h @@ -22,6 +22,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "keycode.h" #include "util.h" +#ifdef JOYSTICK_ENABLE +# include "joystick.h" +#endif + // clang-format off /* HID report IDs */ |