summaryrefslogtreecommitdiff
path: root/quantum/process_keycode
AgeCommit message (Expand)Author
2022-12-22fix: restore the no autoshift tab flag (#364)Florian Didron
2022-11-08Merge tag '0.18.16' into firmware22Drashna Jael're
2022-09-06Remove use of legacy keycode (#18281)Joel Challis
2022-08-22More aggressively send shift mod for autoshift and caps word (#357)Drashna Jaelre
2022-08-14Fix Caps Word to treat mod-taps more consistently. (#17463)Pascal Getreuer
2022-08-14Added emacs as an "operating system" for input mode. (#16949)Chewxy
2022-08-13Fix Caps Word capitalization when used with Combos + Auto Shift. (#17549)Pascal Getreuer
2022-08-01fix: restore the ability to disable tab from autoshifted keys (#355)Florian Didron
2022-07-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-30Fix check when compiling HID Joystick with digital driver (#17844)Drashna Jaelre
2022-07-28Rename postprocess_steno_user → post_process_steno_user (#17823)precondition
2022-07-13Fix caps word + autoshift (#351)Drashna Jaelre
2022-07-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-02Allow for RGB actions to take place on Keydown instead of Keyup (#16886)CoffeeIsLife
2022-07-02Feature-ify Send String (#17275)Ryan
2022-07-02PoC: Swap Escape and Caps (#16336)Osamu Aoki
2022-07-02Fix keys being discarded after using the leader key (#17287)torkel104
2022-07-02Added Wait time to sending each Keys for Dynamic Macros function (#16800)FREEWING.JP
2022-07-01Fix and add unit tests for Caps Word to work with Unicode Map, Auto Shift, Re...Drashna Jaelre
2022-06-23Refactor steno and add `STENO_PROTOCOL = [all|txbolt|geminipr]` (#17065)precondition
2022-06-13tap-dance: Restructure code and document in more detail (#16394)Jouke Witteveen
2022-06-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-06-05Fix and add unit tests for Caps Word to work with Unicode Map, Auto Shift, Re...Pascal Getreuer
2022-05-30Removes terminal from QMK. (#17258)Nick Brassel
2022-05-29Merge remote-tracking branch 'qmk 0.17.0' into firmware21Drashna Jael're
2022-05-20Continue Caps Word when AltGr (right Alt) is held. (#17156)Pascal Getreuer
2022-05-14Enhancement and fixes of "Secure" feature (#16958)Drashna Jaelre
2022-05-14[Core] Add Caps Word feature to core (#16588)Pascal Getreuer
2022-04-16Add GET_TAPPING_TERM macro to reduce duplicate code (#16681)Jouke Witteveen
2022-04-16Implement XAP 'secure' core requirements (#16843)Joel Challis
2022-04-13Quantum Painter (#10174)Nick Brassel
2022-03-26Joystick feature updates (#16732)Ryan
2022-03-25Remerge 0.16.x' into firmware21Drashna Jael're
2022-03-09Add support for encoder mapping. (#13286)Nick Brassel
2022-03-04Remove `send_unicode_hex_string()` (#16518)Ryan
2022-02-12Format code according to conventions (#16322)QMK Bot
2022-02-11Pass in the keyrecord_t of the dual-role/tapping key when calling per-key tap...precondition
2022-02-06[Bug] Fix layer_state restoration at end of dynamic macro feature (#16230)Desprez Jean-Marc
2022-01-28Combo `TAP_CODE_DELAY` and `clear_weak_mods` (#15866)Pete Sevander
2022-01-25Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-01-25Fix joystick button off-by-one error (#16037)Ryan
2022-01-24Rip out old macro and action_function system (#16025)Ryan
2022-01-22Rename some Quantum keycodes (#15968)Ryan
2022-01-09New combo configuration options (#15083)Pete Sevander
2022-01-06Unify the key up/down behaviour of RGB keycodes (#15730)Joel Challis
2021-12-15Migrate serial_uart usages to UART driver (#15479)Ryan
2021-12-11added missing audio_off_user() callback (#15457)Dipl.-Ing. Raoul Rubien, BSc
2021-12-07Merge commit '6d0a62920410f50d7f6707960ca1ca0c8fd1d1fa' into firmware21Drashna Jael're
2021-11-30Implement MAGIC_TOGGLE_CONTROL_CAPSLOCK (#15368)Joel Challis
2021-11-29Added cancel_key_lock function (#15321)wheredoesyourmindgo