diff options
| author | Nick Brassel | 2023-08-29 13:24:43 +0200 |
|---|---|---|
| committer | Nick Brassel | 2023-08-29 13:24:43 +0200 |
| commit | 31a91add168c956655ace8ec4cf9750db1e2cfc6 (patch) | |
| tree | 12cea9b5f8e769f9611a31cbaede9537edad71cc /quantum/process_keycode/process_joystick.h | |
| parent | f07490bc092e365ba03dc685b3fc30ad0bf0b752 (diff) | |
| parent | edaf8a87ef3164f8986b0a8eb171d4879b45414c (diff) | |
Merge branch 'develop'
Diffstat (limited to 'quantum/process_keycode/process_joystick.h')
| -rw-r--r-- | quantum/process_keycode/process_joystick.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/quantum/process_keycode/process_joystick.h b/quantum/process_keycode/process_joystick.h index 1fb8757708..aa1a443271 100644 --- a/quantum/process_keycode/process_joystick.h +++ b/quantum/process_keycode/process_joystick.h @@ -17,6 +17,7 @@ #pragma once #include <stdint.h> -#include "quantum.h" +#include <stdbool.h> +#include "action.h" bool process_joystick(uint16_t keycode, keyrecord_t *record); |