aboutsummaryrefslogtreecommitdiffstats
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.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_joystick.h b/quantum/process_keycode/process_joystick.h
new file mode 100644
index 000000000..7a8b82913
--- /dev/null
+++ b/quantum/process_keycode/process_joystick.h
@@ -0,0 +1,11 @@
+#pragma once
+
+#include <stdint.h>
+#include "quantum.h"
+
+bool process_joystick(uint16_t keycode, keyrecord_t *record);
+
+void joystick_task(void);
+
+bool process_joystick_analogread(void);
+bool process_joystick_analogread_quantum(void);