process_joystick.h 303 B

1234567891011121314
  1. #ifndef PROCESS_JOYSTICK_H
  2. #define PROCESS_JOYSTICK_H
  3. #include <stdint.h>
  4. #include "quantum.h"
  5. bool process_joystick(uint16_t keycode, keyrecord_t *record);
  6. void joystick_task(void);
  7. bool process_joystick_analogread(void);
  8. bool process_joystick_analogread_quantum(void);
  9. #endif //PROCESS_JOYSTICK_H