summaryrefslogtreecommitdiff
path: root/quantum/process_keycode
Commit message (Expand)AuthorAge
* Fix Caps Word to treat mod-taps more consistently. (#17463)Pascal Getreuer2022-08-14
* Added emacs as an "operating system" for input mode. (#16949)Chewxy2022-08-14
* Fix Caps Word capitalization when used with Combos + Auto Shift. (#17549)Pascal Getreuer2022-08-13
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-30
|\
| * Fix check when compiling HID Joystick with digital driver (#17844)Drashna Jaelre2022-07-30
* | Rename postprocess_steno_user → post_process_steno_user (#17823)precondition2022-07-28
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-07-02
|\|
| * Allow for RGB actions to take place on Keydown instead of Keyup (#16886)CoffeeIsLife2022-07-02
* | Feature-ify Send String (#17275)Ryan2022-07-02
* | PoC: Swap Escape and Caps (#16336)Osamu Aoki2022-07-02
* | Fix keys being discarded after using the leader key (#17287)torkel1042022-07-02
* | Added Wait time to sending each Keys for Dynamic Macros function (#16800)FREEWING.JP2022-07-02
* | Refactor steno and add `STENO_PROTOCOL = [all|txbolt|geminipr]` (#17065)precondition2022-06-23
* | tap-dance: Restructure code and document in more detail (#16394)Jouke Witteveen2022-06-13
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-05
|\|
| * Fix and add unit tests for Caps Word to work with Unicode Map, Auto Shift, Re...Pascal Getreuer2022-06-05
* | Removes terminal from QMK. (#17258)Nick Brassel2022-05-30
|/
* Continue Caps Word when AltGr (right Alt) is held. (#17156)Pascal Getreuer2022-05-20
* Enhancement and fixes of "Secure" feature (#16958)Drashna Jaelre2022-05-14
* [Core] Add Caps Word feature to core (#16588)Pascal Getreuer2022-05-14
* Add GET_TAPPING_TERM macro to reduce duplicate code (#16681)Jouke Witteveen2022-04-16
* Implement XAP 'secure' core requirements (#16843)Joel Challis2022-04-16
* Quantum Painter (#10174)Nick Brassel2022-04-13
* Joystick feature updates (#16732)Ryan2022-03-26
* Add support for encoder mapping. (#13286)Nick Brassel2022-03-09
* Remove `send_unicode_hex_string()` (#16518)Ryan2022-03-04
* Format code according to conventions (#16322)QMK Bot2022-02-12
* Pass in the keyrecord_t of the dual-role/tapping key when calling per-key tap...precondition2022-02-11
* [Bug] Fix layer_state restoration at end of dynamic macro feature (#16230)Desprez Jean-Marc2022-02-06
* Combo `TAP_CODE_DELAY` and `clear_weak_mods` (#15866)Pete Sevander2022-01-28
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-25
|\
| * Fix joystick button off-by-one error (#16037)Ryan2022-01-25
* | Rip out old macro and action_function system (#16025)Ryan2022-01-24
* | Rename some Quantum keycodes (#15968)Ryan2022-01-22
* | New combo configuration options (#15083)Pete Sevander2022-01-09
* | Unify the key up/down behaviour of RGB keycodes (#15730)Joel Challis2022-01-06
* | Migrate serial_uart usages to UART driver (#15479)Ryan2021-12-15
* | added missing audio_off_user() callback (#15457)Dipl.-Ing. Raoul Rubien, BSc2021-12-11
* | Implement MAGIC_TOGGLE_CONTROL_CAPSLOCK (#15368)Joel Challis2021-11-30
* | Added cancel_key_lock function (#15321)wheredoesyourmindgo2021-11-29
|/
* New feature: `DYNAMIC_TAPPING_TERM_ENABLE` (#11036)precondition2021-11-26
* Add Retro Shift (Auto Shift for Tap Hold via Retro Tapping) and Custom Auto S...Isaac Elenbaas2021-11-25
* Format code according to conventions (#15195)QMK Bot2021-11-17
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-11-13
|\
| * add wait to unicode for win (#15061)Markus Fritsche2021-11-12
* | Basic keycode overhaul (#14726)Ryan2021-11-03
* | haptic: Feature to disable it when usb port is not configured or suspended. (...Purdea Andrei2021-11-02
* | define to AUTO_SHIFT_DISABLED_AT_STARTUP (#14201)Woody2021-11-02
* | Manually format develop (#15003)Joel Challis2021-11-01
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-20
|\|