X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=doc%2Fkeymap.md;h=9d986a8c51d80e0a1588ca03a911ccb32786a294;hb=c2485ebac51af53e96a86dccbf7c0540ce50e3ea;hp=11feeac218c37470095fbc48e00c9df9ee2f312d;hpb=589d99b448e6085513799fbb183f6389d4df408d;p=max%2Ftmk_keyboard.git diff --git a/doc/keymap.md b/doc/keymap.md index 11feeac2..9d986a8c 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.