Add on/off/toggle keycodes for Auto Shift
This commit is contained in:
committed by
Jack Humbert
parent
a1fa70f94d
commit
4f484bc1c9
@ -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
|
||||
|
Reference in New Issue
Block a user