Commit Graph

36 Commits

Author SHA1 Message Date
tmk
d7f663a1ea 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
d52d554360 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
796defa86c 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
fbea2a3aae Fix keymap of hhkb for new actions 2013-04-05 03:27:10 +09:00
tmk
ebe798f081 Add file action_code.h 2013-04-04 15:16:03 +09:00
tmk
d612242692 Fix ACTION_LAYER macros 2013-04-03 01:33:04 +09:00
tmk
cc8e66754b Refine ACT_LAYER and ACT_LAYER_TAP
- Remove ACT_LAYER_BITOP
2013-04-02 16:09:43 +09:00
tmk
10f33a3e48 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
c69f7e1069 Add action_tapping.[ch] for refactoring 2013-03-29 02:46:05 +09:00
tmk
1aa067e541 Clean action.h and add keymap doc 2013-03-05 02:42:28 +09:00
tmk
083c75816f Create keymap.md 2013-03-04 16:40:19 +09:00
tmk
a207e848b3 Add tap flags on record_t 2013-02-26 16:27:09 +09:00
tmk
23c32d304b Add MACRO action 2013-02-25 15:30:37 +09:00
tmk
0368936060 Fix README and comments in action.h 2013-02-23 13:42:59 +09:00
tmk
c3d57b69e0 Add keymap clear/reset action 2013-02-20 15:52:32 +09:00
tmk
e0f960a576 Add overlay framework 2013-02-20 11:48:15 +09:00
tmk
e324fa2918 Rewrite layer action with layer_switch 2013-02-16 04:08:31 +09:00
tmk
d9f2875866 Replace layer_stack with layer_switch 2013-02-15 18:48:36 +09:00
tmk
0018e19f07 Add layer stack 2013-02-14 15:22:59 +09:00
tmk
9bc82bf61c Change action API 2013-02-13 11:47:19 +09:00
tmk
48e6d0848c Make Transparent feature available to new keymaps. 2013-02-13 09:26:22 +09:00
tmk
77af88042a Change ACTION_LAYER_SET_LAYER behaviour 2013-02-12 17:12:04 +09:00
tmk
eea85c7e24 Fix is_tap_key() 2013-02-11 00:02:11 +09:00
tmk
b2aa142ee0 Clean layer actions. 2013-02-10 16:11:07 +09:00
tmk
aad91a30a3 Add macro feature. 2013-02-04 22:53:45 +09:00
tmk
1d7962ba8a Add user defined function to action. 2013-02-01 14:48:11 +09:00
tmk
d95463f2e0 Add legacy keymap support. 2013-01-31 17:50:53 +09:00
tmk
7e1093b70f Fix: action LAYER_BIT uses xor now instead of and/or. 2013-01-30 22:47:16 +09:00
tmk
1e3e41a2c9 Clean code. 2013-01-28 14:06:42 +09:00
tmk
854c803fdd Add tap toggle feature to action. 2013-01-28 11:30:23 +09:00
tmk
bfd7fe5862 Add oneshot modifier action. 2013-01-27 16:38:19 +09:00
tmk
ef873791bd New tapping logic. 2013-01-27 02:42:48 +09:00
tmk
28b5f69ce5 Add prototype of Action Function. 2013-01-23 23:53:51 +09:00
tmk
9f95e9cc27 Add support partly for modifier with tap key. 2013-01-16 13:21:35 +09:00
tmk
411de9cc22 Add new layer actions. 2013-01-09 22:33:33 +09:00
tmk
8a709c2750 Add initial fix for new keymap. 2012-12-16 02:32:07 +09:00