aboutsummaryrefslogtreecommitdiff
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 @@
1#pragma once
2
3#include <stdint.h>
4#include "quantum.h"
5
6bool process_joystick(uint16_t keycode, keyrecord_t *record);
7
8void joystick_task(void);
9
10bool process_joystick_analogread(void);
11bool process_joystick_analogread_quantum(void);