mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
12 lines
234 B
C
12 lines
234 B
C
|
#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);
|