Kai Ryu
4cf7e9fd7b
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
.gitignore
common.mk
common/action_util.c
2014-11-25 11:06:28 +09:00
tmk
b748f8575a
Merge branch 'rn42' into merge_rn42
...
Conflicts:
.gitignore
common.mk
common/debug_config.h
common/print.h
2014-11-24 13:50:33 +09:00
tmk
b28f8bd637
Add action 'Momentary switching with Modifiers'
2014-09-29 10:29:33 +09:00
Kai Ryu
844b64ff19
Change implement from breathing led to fading led
2014-08-25 14:03:23 +09:00
Kai Ryu
fcaefce76f
A typing led feature
2014-08-22 19:18:12 +09:00
tmk
197a921f44
Port action_* to mbed
2014-07-30 14:07:43 +09:00
Kai Ryu
15c6e176c9
Add backward compatibility to backlight action
2014-07-18 16:05:23 +09:00
Ralf Schmitt
b5fb2dbc1e
New macro: ACTION_BACKLIGHT_LEVEL(level)
...
To have full control of the backlight level.
2014-04-08 21:02:46 +02:00
tmk
08cd804896
Merge branch 'modstaptoggle' of git://github.com/simonmelhart/tmk_keyboard into simonmelhart-modstaptoggle
...
Conflicts:
common/action_code.h
2013-11-28 16:31:06 +09:00
Simon Melhart
90450a74ef
Add tap toggle modifiers
...
Including documentation.
2013-11-20 09:21:33 -08:00
tmk
a045313fa3
Fix to build ps2_mouse with both LUFA and PJRC
...
- change API of ps2_mouse; ps2_mouse_task()
- remove mouse_report from host.c
2013-11-20 11:32:09 +09:00
tmk
a49315390d
Add timeout option to MODS_ONESHOT #66
2013-10-07 23:28:17 +09:00
tmk
a5811211ac
Fix mod stuck of MODS_KEY when leaving layer #62
...
- Add action_util.c and remove action_oneshot.c
- Add oneshot_mods for MODS_ONESHOT
- Add weak_mods for MODS_KEY and MACRO
- weak_mods is cleared when layer switching
2013-10-04 16:04:31 +09:00
tmk
0cb80001b4
Add mechanical locking switch support for NumLock and ScrollLock
2013-07-23 10:56:03 +09:00
tmk
722b753df1
Add support for macro media/system keys
2013-07-23 07:53:18 +09:00
tmk
d08dfffae0
Change name ACT_LAYER_TAP1 to ACT_LAYER_TAP_EXT
2013-07-20 03:27:36 +09:00
Wraul
fa633c571c
Add support for backlight
2013-06-22 17:23:36 +09:00
tmk
2ebc123c22
Use dprint and dprintf for debug
2013-05-14 16:19:40 +09:00
tmk
70db9e1dc7
Fix ACT_MODS action and switch_default_layer command
2013-04-04 16:29:44 +09:00
tmk
f903bcddbd
Rename file layer_switch to action_layer
2013-04-02 17:44:24 +09:00
tmk
8d8ee35fb0
Refine ACT_LAYER and ACT_LAYER_TAP
...
- Remove ACT_LAYER_BITOP
2013-04-02 16:09:43 +09:00
tmk
5e557f01e0
Remove ACT_KEYMAP and ACT_OVERLAY
...
- Remove ACT_OVERLAY
- Rename ACT_KEYMAP to ACT_LAYER
- Add ACT_LAYER_BITOP
2013-03-31 22:47:19 +09:00
tmk
d2d06ebf5f
Add action_tapping.[ch] for refactoring
2013-03-29 02:46:05 +09:00
tmk
c4ecc6fc7d
Clean action.c
2013-03-21 15:24:48 +09:00
tmk
6fe6a03c2f
Add NO_ACTION_ONESHOT config option
2013-03-21 14:42:40 +09:00
tmk
afaaa83fae
Add NO_ACTION_KEYMAP config option
2013-03-20 01:45:04 +09:00
tmk
da659f0b46
Add NO_ACTION_FUNCTION config option
2013-03-20 00:37:32 +09:00
tmk
25f4821ba8
Add NO_ACTION_TAPPING and NO_ACTION_MACRO config options
2013-03-20 00:28:13 +09:00
tmk
2b449b5d6d
Add NO_ACTION_OVERLAY config option
2013-03-20 00:26:01 +09:00
tmk
96914f6084
Add mechanical locking switch support for CapsLock
2013-03-12 10:43:02 +09:00
tmk
f5db7ec538
Clean action.h and add keymap doc
2013-03-05 02:42:28 +09:00
tmk
d193a6d2ef
Fix SET_DEFAULT_LAYER action and keymap of gh60
2013-02-27 10:32:46 +09:00
tmk
71bd9a72fb
Add tap flags on record_t
2013-02-26 16:27:09 +09:00
tmk
664796855b
Add MACRO action
2013-02-25 15:30:37 +09:00
tmk
b0558b5f77
Fix tap key bug: layer stuck
...
- Can't use Invert action for tap key, use On/Off insted.
2013-02-20 16:53:55 +09:00
tmk
4c8f2bbfa2
Add keymap clear/reset action
2013-02-20 15:52:32 +09:00
tmk
e023ca517c
Add overlay framework
2013-02-20 11:48:15 +09:00
tmk
58a0845d6a
Rewrite layer action with layer_switch
2013-02-16 04:08:31 +09:00
tmk
4039537bce
Replace layer_stack with layer_switch
2013-02-15 18:48:36 +09:00
tmk
064a11528f
Add layer_stack files taking apart from action.c
2013-02-15 13:47:41 +09:00
tmk
8b8b79e039
Change: 0 means default_layer in current_layer now
...
- current_layer indicates active layer at the time
- default_layer indicates base layer
- default_layer is used when current_layer is 0
- with this LAYER_BIT action works as overlay even if
default_layer varies other than layer 0.
2013-02-15 12:31:46 +09:00
tmk
e9de2f1663
Add layer stack
2013-02-14 15:22:59 +09:00
tmk
448da5d477
Change struct key_t
2013-02-13 12:16:24 +09:00
tmk
c044a0841b
Change action API
2013-02-13 11:47:19 +09:00
tmk
a5d8d81e20
Make Transparent feature available to new keymaps.
2013-02-13 09:26:22 +09:00
tmk
337d490540
Change ACTION_LAYER_SET_LAYER behaviour
2013-02-12 17:12:04 +09:00
tmk
c67eb72c6b
Fix is_tap_key()
2013-02-11 00:02:11 +09:00
tmk
2c27bc5876
Clean layer actions.
2013-02-10 16:11:07 +09:00
tmk
390cdf0c8e
Add macro feature.
2013-02-04 22:53:45 +09:00
tmk
4f274d125f
Add user defined function to action.
2013-02-01 14:48:11 +09:00