My local repo of qmk firmware.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/quantum/process_keycode/process_joystick.h

13 lines
251 B

#ifndef PROCESS_JOYSTICK_H
#define PROCESS_JOYSTICK_H
#include <stdint.h>
#include "quantum.h"
bool process_joystick(uint16_t keycode, keyrecord_t *record);
void joystick_task(void);
bool process_joystick_analog(void);
#endif //PROCESS_JOYSTICK_H