1
0
Fork 0

Added Auto Shift, tap key = normal, hold key = shifted state.

This commit is contained in:
Jeremy Cowgar 2017-09-17 01:33:28 -04:00 committed by Jack Humbert
parent 87021371e6
commit abba393f57
8 changed files with 375 additions and 0 deletions

View file

@ -235,6 +235,9 @@ bool process_record_quantum(keyrecord_t *record) {
#ifdef PRINTING_ENABLE
process_printer(keycode, record) &&
#endif
#ifdef AUTO_SHIFT_ENABLE
process_auto_shift(keycode, record) &&
#endif
#ifdef UNICODEMAP_ENABLE
process_unicode_map(keycode, record) &&
#endif