Joystick feature updates (#16732)
* Joystick feature updates * Move new functions to joystick.h * Docs
This commit is contained in:
parent
71ffb41c9b
commit
c05e8afe45
10 changed files with 52 additions and 45 deletions
|
@ -200,6 +200,10 @@ extern layer_state_t layer_state;
|
|||
# include "dynamic_keymap.h"
|
||||
#endif
|
||||
|
||||
#ifdef JOYSTICK_ENABLE
|
||||
# include "joystick.h"
|
||||
#endif
|
||||
|
||||
#ifdef VIA_ENABLE
|
||||
# include "via.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue