process_joystick.h 251 B

12345678910111213
  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_analog(void);
  8. #endif //PROCESS_JOYSTICK_H