From 821c719e98f310938e2bb3f2ad3e6a726bd8b03e Mon Sep 17 00:00:00 2001 From: tmk Date: Mon, 29 Sep 2014 10:12:58 +0900 Subject: Add action 'Momentary switching with Modifiers' --- doc/keymap.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/keymap.md') diff --git a/doc/keymap.md b/doc/keymap.md index 11feeac21..9d986a8c5 100644 --- a/doc/keymap.md +++ b/doc/keymap.md @@ -497,6 +497,13 @@ Number of taps can be configured with `TAPPING_TOGGLE` in `config.h`, `5` by def +### 3.5 Momentary switching with Modifiers +This registers modifier key(s) simultaneously with layer switching. + + ACTION_LAYER_MODS(2, MOD_LSFT | MOD_LALT) + + + ## 4. Tapping Tapping is to press and release a key quickly. Tapping speed is determined with setting of `TAPPING_TERM`, which can be defined in `config.h`, 200ms by default. -- cgit v1.2.3