qmk-firmware/quantum/process_keycode
Drashna Jaelre e9c44e396d
Smallish overhaul of Auto-Shift feature (#6067)
* Fix edge case when using One Shot Layer with Auto Shift, and it not triggering the cleanup
* Remove junk code (no longer used)
* Replace `(un)register_code` calls with `tap_code` where appropriate
* Fixed up Switch check to be more readable (less verbose)
* Simplified modifier check (if it comes back non-zero, there are mods)
* Add additional function calls for autoshift settings
* Made all variables static, since there are function calls to get their status
* Fixed up documentation
* Re-add special characters that were missed
* formatting pass
2019-11-03 09:52:01 -08:00
..
process_audio.c clang-format changes 2019-08-30 15:01:52 -07:00
process_audio.h Adds support for Planck Rev 6 (#2666) 2018-07-16 11:48:31 -04:00
process_auto_shift.c Smallish overhaul of Auto-Shift feature (#6067) 2019-11-03 09:52:01 -08:00
process_auto_shift.h Smallish overhaul of Auto-Shift feature (#6067) 2019-11-03 09:52:01 -08:00
process_clicky.c clang-format changes 2019-08-30 15:01:52 -07:00
process_clicky.h Add On/Off keycodes 2018-09-25 13:28:36 -07:00
process_combo.c clang-format changes 2019-08-30 15:01:52 -07:00
process_combo.h clang-format changes 2019-08-30 15:01:52 -07:00
process_key_lock.c clang-format changes 2019-08-30 15:01:52 -07:00
process_key_lock.h clang-format changes 2019-08-30 15:01:52 -07:00
process_leader.c clang-format changes 2019-08-30 15:01:52 -07:00
process_leader.h clang-format changes 2019-08-30 15:01:52 -07:00
process_midi.c clang-format changes 2019-08-30 15:01:52 -07:00
process_midi.h clang-format changes 2019-08-30 15:01:52 -07:00
process_music.c clang-format changes 2019-08-30 15:01:52 -07:00
process_music.h clang-format changes 2019-08-30 15:01:52 -07:00
process_printer.c clang-format changes 2019-08-30 15:01:52 -07:00
process_printer.h Fix warnings in process_printer 2017-04-13 16:00:29 +03:00
process_printer_bb.c clang-format changes 2019-08-30 15:01:52 -07:00
process_space_cadet.c clang-format changes 2019-08-30 15:01:52 -07:00
process_space_cadet.h Space Cadet: Reducing unnecessary reported keypresses (#5781) 2019-05-05 16:27:02 -07:00
process_steno.c clang-format changes 2019-08-30 15:01:52 -07:00
process_steno.h clang-format changes 2019-08-30 15:01:52 -07:00
process_tap_dance.c Generalize Tap Dance Layer functions (#6629) 2019-09-21 11:22:27 -07:00
process_tap_dance.h Fix Tap Dance name for consistency and to match docs (#7136) 2019-10-24 20:08:29 +01:00
process_terminal.c clang-format changes 2019-08-30 15:01:52 -07:00
process_terminal.h clang-format changes 2019-08-30 15:01:52 -07:00
process_terminal_nop.h Updates send_string functionality, adds terminal feature (#1657) 2017-09-12 00:43:10 -04:00
process_ucis.c clang-format changes 2019-08-30 15:01:52 -07:00
process_ucis.h clang-format changes 2019-08-30 15:01:52 -07:00
process_unicode.c clang-format changes 2019-08-30 15:01:52 -07:00
process_unicode.h New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug fixes and improvements (#4803) 2019-05-03 09:33:00 -07:00
process_unicode_common.c clang-format changes 2019-08-30 15:01:52 -07:00
process_unicode_common.h clang-format changes 2019-08-30 15:01:52 -07:00
process_unicodemap.c clang-format changes 2019-08-30 15:01:52 -07:00
process_unicodemap.h clang-format changes 2019-08-30 15:01:52 -07:00