summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/action.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-11compiles, but long delay on startup and problemsskullY1-1/+1
2019-01-25Add support for RETRO_TAPPING to LT(layer, kc)lambda_sakura1-1/+9
2018-12-28Keep pressed keys on layer state change (fixes #2053, #2279) (#3905)Konstantin Đorđević1-1/+10
2018-12-14Fix up tap_code functionality (#4609)Drashna Jaelre1-0/+12
2018-10-04Add mousekey_send to (un)register_codeDrashna Jaelre1-0/+2
2018-09-17Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson1-1/+1
2018-09-04fix mousekey callJack Humbert1-6/+11
2018-09-04Enable mouse keys in register_code and unregister_codeSteven Liu1-0/+6
2018-05-14Allow one-shot modifiers to be chainedGergely Nagy1-3/+3
2018-03-22Generate API docs from source code comments (#2491)skullydazed1-5/+58
2018-03-16Fix swap-hands tapping.Joe Wasson1-4/+40
2018-03-16Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistencyJoe Wasson1-3/+3
2018-01-01backlight breathing overhaul (#2187)Balz Guenat1-2/+5
2017-10-31RETRO_TAPPING (#1922)tsankuanglee1-3/+36
2017-10-10#1792 added in waits from tmk for locking switchesJoe Martin1-0/+3
2017-06-18Remove noisy debug lineCarlos Quiroz1-1/+0
2017-06-18Deactivate oneshot mods once timedoutCarlos Quiroz1-0/+3
2017-05-29Re-enable mouse buttonsJack Humbert1-4/+6
2017-05-26- Added integration of IBM Trackpointdbroqua1-4/+30
2017-05-20Workaround for the macOS caps lock delay (#1308)jerryen1-0/+4
2017-05-10Call led_set for layer action events to update LEDs on layer changesNephiel1-0/+15
2017-04-13Fix warnings when ACTION_ONESHOT is disabledFred Sundvik1-1/+1
2017-02-13Implement faux-clicky featurePriyadi Iman Nurcahyo1-0/+13
2017-01-29moved oneshot cancellation code outside of process_record.SjB1-8/+8
2017-01-16oneshot timeout would only timeout after an event.SjB1-7/+7
2016-09-23Fix issue #772 Meh and Hyper not workingDidier Loiseau1-3/+4
2016-08-21Improve one-hand support by adding more actions and tap keys.Joe Wasson1-4/+53
2016-08-21Add one-hand support.Joe Wasson1-0/+33
2016-05-15splits process_action up to handle records separately (#329)Jack Humbert1-21/+26
2016-05-15Leader key implementation (#326)Erez Zukerman1-2/+5
2016-05-06Adds oneshot layer and oneshot tap toggling (#308)Thiago Alves1-8/+89
2016-04-29stops forcing debug_actionJack Humbert1-4/+4
2016-04-17Fixed many compiler warnings related to print being disabledIBNobody1-4/+4
2016-04-06Merge pull request #182 from Vifon/modifier-release-fixErez Zukerman1-1/+17
2016-04-06Fix issue #221: LGUI(KC_LSFT) does not workDidier Loiseau1-2/+12
2016-04-05Refactor the source layer cache encodingWojciech Siewierski1-41/+0
2016-04-03Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into mod...Wojciech Siewierski1-0/+10
2016-04-02Cleanup after mergeWojciech Siewierski1-7/+13
2016-04-02Update action.celtang1-1/+1
2016-04-02Update action.celtang1-1/+1
2016-04-02Update action.celtang1-1/+1
2016-04-02Update action.celtang1-1/+1
2016-04-02Update action.celtang1-1/+1
2016-04-02Update action.celtang1-1/+2
2016-04-02Update action.cEric-L-T1-1/+1
2016-04-02Update action.cEric-L-T1-8/+8
2016-04-02Update action.cEric-L-T1-6/+6
2016-04-01Update action.cEric-L-T1-1/+1
2016-04-01Update action.cEric-L-T1-4/+15
2016-03-28Rename function to be keyboard-specificDamien Pollet1-2/+2