1
0
Graphe des révisions

62 Révisions

Auteur SHA1 Message Date
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
tmk
52efc71624 Add legacy keymap support. 2013-01-31 17:50:53 +09:00
tmk
d3f8f0691c Fix tapping. tap key just after tap timeout. 2013-01-31 15:07:01 +09:00
tmk
88e185d69b Fix: action LAYER_BIT uses xor now instead of and/or. 2013-01-30 22:47:16 +09:00
tmk
fce0c47737 Fix process_tapping(). 2013-01-30 21:18:03 +09:00
tmk
7a02f1fc56 Clean debug print in action.c. 2013-01-29 10:40:43 +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