tmk
197a921f44
Port action_* to mbed
2014-07-30 14:07:43 +09: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
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
6c0f789853
Fix deprecated 'prog_*' typedef - Issue #34
...
- Remove prog_char from xpritnf
- Remove prog_macro_t from acton_macro
avr-libc-1.8 removed 'prog_*' typedef because the usage of
the __progmem__ attribute on a type is not supported in GCC.
http://www.nongnu.org/avr-libc/changes-1.8.html
2013-05-21 10:16:55 +09:00
tmk
bc44e39ffb
Fix keymap of hhkb for new actions
2013-04-05 03:27:10 +09:00
tmk
a967301331
Add file action_code.h
2013-04-04 15:16:03 +09:00
tmk
4bc69e0304
Fix ACTION_LAYER macros
2013-04-03 01:33:04 +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
f5db7ec538
Clean action.h and add keymap doc
2013-03-05 02:42:28 +09:00
tmk
792a794fde
Create keymap.md
2013-03-04 16:40:19 +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
22a91bf9ab
Fix README and comments in action.h
2013-02-23 13:42:59 +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
e9de2f1663
Add layer stack
2013-02-14 15:22:59 +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
tmk
52efc71624
Add legacy keymap support.
2013-01-31 17:50:53 +09:00
tmk
88e185d69b
Fix: action LAYER_BIT uses xor now instead of and/or.
2013-01-30 22:47:16 +09:00
tmk
3b8abfb0c3
Clean code.
2013-01-28 14:06:42 +09:00
tmk
1dbf26940e
Add tap toggle feature to action.
2013-01-28 11:30:23 +09:00
tmk
330ab0db4e
Add oneshot modifier action.
2013-01-27 16:38:19 +09:00
tmk
0feeb37236
New tapping logic.
2013-01-27 02:42:48 +09:00
tmk
bab803d80c
Add prototype of Action Function.
2013-01-23 23:53:51 +09:00
tmk
a295aa6aa9
Add support partly for modifier with tap key.
2013-01-16 13:21:35 +09:00
tmk
93078aad21
Add new layer actions.
2013-01-09 22:33:33 +09:00
tmk
770cfcff99
Add initial fix for new keymap.
2012-12-16 02:32:07 +09:00