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_layer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Optimization for scanning less layers. (#8311)
Alex Ong
2020-05-11
1
-1
/
+1
*
Fix layer debug calls (#8370)
Drashna Jaelre
2020-03-10
1
-2
/
+2
*
Fix LAYER_STATE_8BIT compile issues (#7304)
Joel Challis
2019-11-08
1
-1
/
+1
*
clang-format changes
skullY
2019-08-30
1
-141
/
+93
*
Fix bit count calculation for iterating layers
Ryan Caltabiano
2019-05-18
1
-1
/
+1
*
Typedef'ed layer_state_t to uint32_t (#3637)
Alex Ong
2019-05-17
1
-18
/
+18
*
Change return type of layer_switch_get_layer() to uint8_t (#5011)
fauxpark
2019-01-31
1
-2
/
+2
*
Add documentation and fix formating (#4860)
Drashna Jaelre
2019-01-17
1
-156
/
+145
*
Add some function comments in action_layer.c (#4858)
Nikolaus Wittenstein
2019-01-16
1
-6
/
+6
*
Keep pressed keys on layer state change (fixes #2053, #2279) (#3905)
Konstantin Đorđević
2018-12-28
1
-0
/
+8
*
Add user level to default_layer_state_set
Drashna Jaelre
2018-10-01
1
-1
/
+10
*
Make `PREVENT_STUCK_MODIFIERS` the default (#3107)
Joe Wasson
2018-09-17
1
-2
/
+2
*
Generate API docs from source code comments (#2491)
skullydazed
2018-03-22
1
-5
/
+96
*
make 'layer_state_set' visible to user code
Colin T.A. Gray
2017-12-15
1
-1
/
+1
*
fixes 'layer_state_cmp' when layer is '1' (aka layer 0, aka layer 1<<0)
Colin T.A. Gray
2017-12-15
1
-2
/
+2
*
helper to compare current layer_state to user layer
Colin T.A. Gray
2017-12-08
1
-0
/
+10
*
adds per-layer rgb color option to ez
Jack Humbert
2017-11-06
1
-1
/
+6
*
Fix compilation error when NO_ACTION_LAYER is defined.
Joe Wasson
2017-08-20
1
-1
/
+1
*
Bug fix & added default_layer_state_set_kb
Priyadi Iman Nurcahyo
2017-02-15
1
-0
/
+6
*
Add layer_state_set_kb hook
Priyadi Iman Nurcahyo
2017-02-15
1
-0
/
+6
*
Fix compiler warning when PREVENT_STUCK_MODIFIERS is enabled.
Joe Wasson
2016-07-24
1
-1
/
+1
*
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
-6
/
+6
*
Optimize source_layers_cache for the cache memory
Wojciech Siewierski
2016-04-13
1
-4
/
+4
*
Refactor the source layer cache encoding
Wojciech Siewierski
2016-04-05
1
-0
/
+63
*
Cut the memory consumption of PREVENT_STUCK_MODIFIERS in half
Wojciech Siewierski
2016-03-27
1
-7
/
+9
*
Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'
tmk
2015-04-10
1
-0
/
+138