1
0
Fork 0

Add on/off/toggle keycodes for Auto Shift

This commit is contained in:
Drashna Jael're 2017-12-19 10:37:25 -08:00 committed by Jack Humbert
parent a1fa70f94d
commit 4f484bc1c9
5 changed files with 44 additions and 13 deletions

View file

@ -25,4 +25,9 @@
bool process_auto_shift(uint16_t keycode, keyrecord_t *record);
void autoshift_enable(void);
void autoshift_disable(void);
void autoshift_toggle(void);
bool autoshift_state(void);
#endif