| Commit message (Expand) | Author | Age | Files | Lines |
* | tmk_core/common/action.c: refactor for code size; merge multiple `case`s into... | Liyang HU | 2021-02-20 | 1 | -64/+12 |
* | Format code according to conventions (#11936) | github-actions[bot] | 2021-02-17 | 1 | -3/+1 |
* | Fix compilation error for `tap_code_delay()` (#11938) | Ryan | 2021-02-17 | 1 | -1/+3 |
* | Add `tap_code_delay(code, delay)` (#11913) | Ryan | 2021-02-17 | 1 | -8/+13 |
* | Remove FAUXCLICKY feature (deprecated) (#11829) | Drashna Jaelre | 2021-02-09 | 1 | -14/+0 |
* | [Bug] Fix media key missing upstroke event (#11162) | Alexander Ulitin | 2021-02-07 | 1 | -4/+4 |
* | Add support for 8 buttons to mouse report (#10807) | Drashna Jaelre | 2021-01-28 | 1 | -0/+18 |
* | Normalise include statements in core code (#11153) | Ryan | 2020-12-11 | 1 | -1/+1 |
* | 2020 November 28 Breaking Changes Update (#11053) | James Young | 2020-11-28 | 1 | -13/+53 |
* | Add TAP_CODE_DELAY to Mod-Tap (#9422) | Sven Grunewaldt | 2020-07-07 | 1 | -0/+2 |
* | Fix sharing of mouse button state from mousekeys to ps2_mouse (#9124) | Manna Harbour | 2020-07-02 | 1 | -4/+8 |
* | Fix for One Shot Layer not being cleaned up after some actions (#8832) | Joshua Diamond | 2020-06-18 | 1 | -2/+9 |
* | Fix one shot swaphands compiler error when NO_ACTION_ONESHOT is defined (#9296) | Tsan-Kuang Lee | 2020-06-10 | 1 | -0/+4 |
* | Fix build when using IGNORE_MOD_TAP_INTERRUPT_PER_KEY. (#9258) | Nick Brassel | 2020-06-01 | 1 | -1/+1 |
* | 2020 May 30 Breaking Changes Update (#9215) | James Young | 2020-05-30 | 1 | -2/+2 |
* | One shot support for swap hands (#8590) | Zsolt Parragi | 2020-05-14 | 1 | -1/+26 |
* | [Docs] Fixed minor typos (#8860) | Chris Ko | 2020-04-19 | 1 | -1/+1 |
* | Fix bug with layer caching in get_event_keycode (#8693) | Drashna Jaelre | 2020-04-12 | 1 | -1/+1 |
* | Strip out features to allow minimum firmware sizes (#8645) | Joel Challis | 2020-04-01 | 1 | -1/+2 |
* | Add Post Processing to process_record (#4892) | Drashna Jaelre | 2020-03-23 | 1 | -1/+7 |
* | Remove ACT_COMMAND (#8487) | Ryan | 2020-03-21 | 1 | -5/+0 |
* | format code according to conventions [skip ci] | QMK Bot | 2020-03-13 | 1 | -2/+2 |
* | Fix pressing two keys with the same keycode but different modifiers (#2710) | fredizzimo | 2020-03-13 | 1 | -0/+7 |
* | 2020 February 29 Breaking Changes Update (#8064) | James Young | 2020-02-29 | 1 | -26/+0 |
* | Compile error if ONESHOT_TIMEOUT defined but oneshot disabled (#8100) | Ted Lin | 2020-02-10 | 1 | -1/+3 |
* | Run clang-format manually to fix recently changed files (#7934) | Joel Challis | 2020-01-19 | 1 | -1/+1 |
* | Add per-key IGNORE_MOD_TAP_INTERRUPT feature (#7838) | zk-phi | 2020-01-10 | 1 | -2/+10 |
* | Fix typo in action.c (#7757) | xyzz | 2020-01-02 | 1 | -1/+1 |
* | Move tmk_core/common/backlight to quantum/backlight (#6710) | Joel Challis | 2019-10-17 | 1 | -1/+4 |
* | Fix bug in `do_code16()` (#6935) | fauxpark | 2019-10-16 | 1 | -4/+26 |
* | clang-format changes | skullY | 2019-08-30 | 1 | -328/+343 |
* | Extend allowed range of tappable keycodes to include modifiers (#5809) | fauxpark | 2019-08-08 | 1 | -12/+13 |
* | Add support for TAP_CODE_DELAY to Hold-Tap keys (#5400) | Drashna Jaelre | 2019-07-22 | 1 | -7/+12 |
* | Make Caps Lock delay more reasonable (#6199) | Drashna Jaelre | 2019-07-16 | 1 | -1/+1 |
* | Fix TO() and DF() calling layer_state_set_[kb,user] twice (#6003) | fauxpark | 2019-05-29 | 1 | -2/+2 |
* | Typedef'ed layer_state_t to uint32_t (#3637) | Alex Ong | 2019-05-17 | 1 | -4/+4 |
* | Make delay for Capslock in Hold-Tap functions configurable (#5497) | Drashna Jaelre | 2019-05-16 | 1 | -1/+9 |
* | compiles, but long delay on startup and problems | skullY | 2019-02-10 | 1 | -1/+1 |
* | Add support for RETRO_TAPPING to LT(layer, kc) | lambda_sakura | 2019-01-25 | 1 | -1/+9 |
* | Keep pressed keys on layer state change (fixes #2053, #2279) (#3905) | Konstantin Đorđević | 2018-12-28 | 1 | -1/+10 |
* | Fix up tap_code functionality (#4609) | Drashna Jaelre | 2018-12-14 | 1 | -0/+12 |
* | Add mousekey_send to (un)register_code | Drashna Jaelre | 2018-10-04 | 1 | -0/+2 |
* | Make `PREVENT_STUCK_MODIFIERS` the default (#3107) | Joe Wasson | 2018-09-17 | 1 | -1/+1 |
* | fix mousekey call | Jack Humbert | 2018-09-03 | 1 | -6/+11 |
* | Enable mouse keys in register_code and unregister_code | Steven Liu | 2018-09-03 | 1 | -0/+6 |
* | Allow one-shot modifiers to be chained | Gergely Nagy | 2018-05-14 | 1 | -3/+3 |
* | Generate API docs from source code comments (#2491) | skullydazed | 2018-03-22 | 1 | -5/+58 |
* | Fix swap-hands tapping. | Joe Wasson | 2018-03-16 | 1 | -4/+40 |
* | Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistency | Joe Wasson | 2018-03-16 | 1 | -3/+3 |
* | backlight breathing overhaul (#2187) | Balz Guenat | 2018-01-01 | 1 | -2/+5 |