index
:
qmk_firmware
redox-keymap-yushyin
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
action.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-04
Clean action.h and add keymap doc
tmk
1
-0
/
+6
2013-02-27
Fix SET_DEFAULT_LAYER action and keymap of gh60
tmk
1
-6
/
+0
2013-02-26
Add tap flags on record_t
tmk
1
-21
/
+25
2013-02-25
Add MACRO action
tmk
1
-2
/
+3
2013-02-20
Fix tap key bug: layer stuck
tmk
1
-12
/
+12
2013-02-20
Add keymap clear/reset action
tmk
1
-5
/
+29
2013-02-20
Add overlay framework
tmk
1
-147
/
+209
2013-02-15
Rewrite layer action with layer_switch
tmk
1
-67
/
+40
2013-02-15
Replace layer_stack with layer_switch
tmk
1
-29
/
+21
2013-02-15
Add layer_stack files taking apart from action.c
tmk
1
-105
/
+22
2013-02-15
Change: 0 means default_layer in current_layer now
tmk
1
-17
/
+22
2013-02-14
Add layer stack
tmk
1
-44
/
+211
2013-02-13
Change struct key_t
tmk
1
-1
/
+1
2013-02-13
Change action API
tmk
1
-4
/
+10
2013-02-13
Make Transparent feature available to new keymaps.
tmk
1
-3
/
+16
2013-02-12
Change ACTION_LAYER_SET_LAYER behaviour
tmk
1
-1
/
+2
2013-02-10
Fix is_tap_key()
tmk
1
-7
/
+7
2013-02-10
Clean layer actions.
tmk
1
-167
/
+46
2013-02-04
Add macro feature.
tmk
1
-1
/
+1
2013-02-01
Add user defined function to action.
tmk
1
-23
/
+23
2013-01-31
Add legacy keymap support.
tmk
1
-1
/
+8
2013-01-31
Fix tapping. tap key just after tap timeout.
tmk
1
-2
/
+1
2013-01-30
Fix: action LAYER_BIT uses xor now instead of and/or.
tmk
1
-12
/
+9
2013-01-30
Fix process_tapping().
tmk
1
-90
/
+166
2013-01-29
Clean debug print in action.c.
tmk
1
-21
/
+74
2013-01-28
Clean code.
tmk
1
-152
/
+179
2013-01-28
Add tap toggle feature to action.
tmk
1
-35
/
+127
2013-01-27
Add oneshot modifier action.
tmk
1
-69
/
+132
2013-01-27
Remove test_func.
tmk
1
-10
/
+1
2013-01-26
New tapping logic.
tmk
1
-155
/
+204
2013-01-23
Add prototype of Action Function.
tmk
1
-63
/
+127
2013-01-21
Fix mods with tapping.
tmk
1
-191
/
+189
2013-01-17
Refactor struct keyevent_t.
tmk
1
-4
/
+9
2013-01-17
Fix mods with tap key but some problems still exists.
tmk
1
-67
/
+101
2013-01-16
Add support partly for modifier with tap key.
tmk
1
-94
/
+155
2013-01-14
Fix waiting_keys and periodical update for delaying layer.
tmk
1
-148
/
+74
2013-01-13
Fix tap key using delaying_layer and waiting_key.
tmk
1
-30
/
+137
2013-01-09
Add new layer actions.
tmk
1
-207
/
+187
2012-12-16
Fix action of system and consumer usage.
tmk
1
-97
/
+0
2012-12-15
Add initial fix for new keymap.
tmk
1
-0
/
+572