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
2014-12-11
led
Jack Humbert
1
-1
/
+1
2014-11-24
Merge branch 'rn42' into merge_rn42
tmk
1
-1
/
+1
2014-09-29
Add action 'Momentary switching with Modifiers'
tmk
1
-0
/
+10
2014-07-30
Port action_* to mbed
tmk
1
-1
/
+1
2014-04-08
New macro: ACTION_BACKLIGHT_LEVEL(level)
Ralf Schmitt
1
-1
/
+4
2013-11-28
Merge branch 'modstaptoggle' of git://github.com/simonmelhart/tmk_keyboard in...
tmk
1
-0
/
+11
2013-11-20
Add tap toggle modifiers
Simon Melhart
1
-0
/
+11
2013-11-20
Fix to build ps2_mouse with both LUFA and PJRC
tmk
1
-6
/
+0
2013-10-07
Add timeout option to MODS_ONESHOT #66
tmk
1
-14
/
+3
2013-10-04
Fix mod stuck of MODS_KEY when leaving layer #62
tmk
1
-71
/
+67
2013-07-23
Add mechanical locking switch support for NumLock and ScrollLock
tmk
1
-4
/
+48
2013-07-23
Add support for macro media/system keys
tmk
1
-0
/
+12
2013-07-19
Change name ACT_LAYER_TAP1 to ACT_LAYER_TAP_EXT
tmk
1
-3
/
+3
2013-06-22
Add support for backlight
Wraul
1
-0
/
+21
2013-05-14
Use dprint and dprintf for debug
tmk
1
-47
/
+45
2013-04-04
Fix ACT_MODS action and switch_default_layer command
tmk
1
-7
/
+2
2013-04-02
Rename file layer_switch to action_layer
tmk
1
-1
/
+1
2013-04-02
Refine ACT_LAYER and ACT_LAYER_TAP
tmk
1
-139
/
+62
2013-03-31
Remove ACT_KEYMAP and ACT_OVERLAY
tmk
1
-166
/
+6
2013-03-28
Add action_tapping.[ch] for refactoring
tmk
1
-357
/
+11
2013-03-21
Clean action.c
tmk
1
-242
/
+246
2013-03-21
Add NO_ACTION_ONESHOT config option
tmk
1
-42
/
+8
2013-03-19
Add NO_ACTION_KEYMAP config option
tmk
1
-0
/
+2
2013-03-19
Add NO_ACTION_FUNCTION config option
tmk
1
-0
/
+4
2013-03-19
Add NO_ACTION_TAPPING and NO_ACTION_MACRO config options
tmk
1
-6
/
+27
2013-03-19
Add NO_ACTION_OVERLAY config option
tmk
1
-0
/
+2
2013-03-12
Add mechanical locking switch support for CapsLock
tmk
1
-1
/
+29
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
[next]