summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_joystick.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/process_keycode/process_joystick.h')
-rw-r--r--quantum/process_keycode/process_joystick.h3
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);