Add on/off/toggle keycodes for Auto Shift
This commit is contained in:
parent
a1fa70f94d
commit
4f484bc1c9
5 changed files with 44 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue