index
:
qmk_firmware
head
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tmk_core
/
common
/
action.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
RETRO_TAPPING (#1922)
tsankuanglee
2017-10-31
1
-3
/
+36
*
#1792 added in waits from tmk for locking switches
Joe Martin
2017-10-10
1
-0
/
+3
*
Remove noisy debug line
Carlos Quiroz
2017-06-18
1
-1
/
+0
*
Deactivate oneshot mods once timedout
Carlos Quiroz
2017-06-18
1
-0
/
+3
*
Re-enable mouse buttons
Jack Humbert
2017-05-29
1
-4
/
+6
*
- Added integration of IBM Trackpoint
dbroqua
2017-05-26
1
-4
/
+30
*
Workaround for the macOS caps lock delay (#1308)
jerryen
2017-05-19
1
-0
/
+4
*
Call led_set for layer action events to update LEDs on layer changes
Nephiel
2017-05-10
1
-0
/
+15
*
Fix warnings when ACTION_ONESHOT is disabled
Fred Sundvik
2017-04-13
1
-1
/
+1
*
Implement faux-clicky feature
Priyadi Iman Nurcahyo
2017-02-13
1
-0
/
+13
*
moved oneshot cancellation code outside of process_record.
SjB
2017-01-29
1
-8
/
+8
*
oneshot timeout would only timeout after an event.
SjB
2017-01-15
1
-7
/
+7
*
Fix issue #772 Meh and Hyper not working
Didier Loiseau
2016-09-23
1
-3
/
+4
*
Improve one-hand support by adding more actions and tap keys.
Joe Wasson
2016-08-20
1
-4
/
+53
*
Add one-hand support.
Joe Wasson
2016-08-20
1
-0
/
+33
*
splits process_action up to handle records separately (#329)
Jack Humbert
2016-05-15
1
-21
/
+26
*
Leader key implementation (#326)
Erez Zukerman
2016-05-15
1
-2
/
+5
*
Adds oneshot layer and oneshot tap toggling (#308)
Thiago Alves
2016-05-05
1
-8
/
+89
*
stops forcing debug_action
Jack Humbert
2016-04-28
1
-4
/
+4
*
Fixed many compiler warnings related to print being disabled
IBNobody
2016-04-17
1
-4
/
+4
*
Merge pull request #182 from Vifon/modifier-release-fix
Erez Zukerman
2016-04-06
1
-1
/
+17
|
\
|
*
Refactor the source layer cache encoding
Wojciech Siewierski
2016-04-05
1
-41
/
+0
|
*
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into mod...
Wojciech Siewierski
2016-04-03
1
-0
/
+10
|
|
\
|
*
|
Cleanup after merge
Wojciech Siewierski
2016-04-02
1
-7
/
+13
|
*
|
Update action.c
eltang
2016-04-02
1
-1
/
+1
|
*
|
Update action.c
eltang
2016-04-02
1
-1
/
+1
|
*
|
Update action.c
eltang
2016-04-02
1
-1
/
+1
|
*
|
Update action.c
eltang
2016-04-02
1
-1
/
+1
[next]