Age | Commit message (Expand) | Author |
2018-10-04 | Add mousekey_send to (un)register_code | Drashna Jaelre |
2018-09-17 | Make `PREVENT_STUCK_MODIFIERS` the default (#3107) | Joe Wasson |
2018-09-03 | fix mousekey call | Jack Humbert |
2018-09-03 | Enable mouse keys in register_code and unregister_code | Steven Liu |
2018-05-14 | Allow one-shot modifiers to be chained | Gergely Nagy |
2018-03-22 | Generate API docs from source code comments (#2491) | skullydazed |
2018-03-16 | Fix swap-hands tapping. | Joe Wasson |
2018-03-16 | Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistency | Joe Wasson |
2018-01-01 | backlight breathing overhaul (#2187) | Balz Guenat |
2017-10-31 | RETRO_TAPPING (#1922) | tsankuanglee |
2017-10-10 | #1792 added in waits from tmk for locking switches | Joe Martin |
2017-06-18 | Remove noisy debug line | Carlos Quiroz |
2017-06-18 | Deactivate oneshot mods once timedout | Carlos Quiroz |
2017-05-29 | Re-enable mouse buttons | Jack Humbert |
2017-05-26 | - Added integration of IBM Trackpoint | dbroqua |
2017-05-19 | Workaround for the macOS caps lock delay (#1308) | jerryen |
2017-05-10 | Call led_set for layer action events to update LEDs on layer changes | Nephiel |
2017-04-13 | Fix warnings when ACTION_ONESHOT is disabled | Fred Sundvik |
2017-02-13 | Implement faux-clicky feature | Priyadi Iman Nurcahyo |
2017-01-29 | moved oneshot cancellation code outside of process_record. | SjB |
2017-01-15 | oneshot timeout would only timeout after an event. | SjB |
2016-09-23 | Fix issue #772 Meh and Hyper not working | Didier Loiseau |
2016-08-20 | Improve one-hand support by adding more actions and tap keys. | Joe Wasson |
2016-08-20 | Add one-hand support. | Joe Wasson |
2016-05-15 | splits process_action up to handle records separately (#329) | Jack Humbert |
2016-05-15 | Leader key implementation (#326) | Erez Zukerman |
2016-05-05 | Adds oneshot layer and oneshot tap toggling (#308) | Thiago Alves |
2016-04-28 | stops forcing debug_action | Jack Humbert |
2016-04-17 | Fixed many compiler warnings related to print being disabled | IBNobody |
2016-04-06 | Merge pull request #182 from Vifon/modifier-release-fix | Erez Zukerman |
2016-04-06 | Fix issue #221: LGUI(KC_LSFT) does not work | Didier Loiseau |
2016-04-05 | Refactor the source layer cache encoding | Wojciech Siewierski |
2016-04-03 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into mod... | Wojciech Siewierski |
2016-04-02 | Cleanup after merge | Wojciech Siewierski |
2016-04-02 | Update action.c | eltang |
2016-04-02 | Update action.c | eltang |
2016-04-02 | Update action.c | eltang |
2016-04-02 | Update action.c | eltang |
2016-04-02 | Update action.c | eltang |
2016-04-02 | Update action.c | eltang |
2016-04-01 | Update action.c | Eric-L-T |
2016-04-01 | Update action.c | Eric-L-T |
2016-04-01 | Update action.c | Eric-L-T |
2016-04-01 | Update action.c | Eric-L-T |
2016-04-01 | Update action.c | Eric-L-T |
2016-03-28 | Rename function to be keyboard-specific | Damien Pollet |
2016-03-28 | Add per-event user hook function to QMK | Damien Pollet |
2016-03-27 | Cut the memory consumption of PREVENT_STUCK_MODIFIERS in half | Wojciech Siewierski |
2016-03-15 | Expose the pressed_actions_cache global variable | Wojciech Siewierski |
2016-03-15 | Always provide an implementation of process_action_nocache | Wojciech Siewierski |