diff options
author | Manassarn "Noom" Manoonchai <248741+narze@users.noreply.github.com> | 2021-07-03 14:50:32 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-03 00:50:32 -0700 |
commit | 45dec4911c2816abcd5b5dc1834d85756be43e8d (patch) | |
tree | e98974752d813e31ee81457cfd125800e3fdb0af /users/narze | |
parent | 06e0643541493220fb7413e33f3fc6972a9384b8 (diff) | |
download | qmk_firmware-45dec4911c2816abcd5b5dc1834d85756be43e8d.tar.gz qmk_firmware-45dec4911c2816abcd5b5dc1834d85756be43e8d.zip |
[Keymap] Add narze lily58 keymap & update my other keymaps (#13110)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'users/narze')
-rw-r--r-- | users/narze/narze.h | 4 | ||||
-rw-r--r-- | users/narze/readme.md | 23 |
2 files changed, 25 insertions, 2 deletions
diff --git a/users/narze/narze.h b/users/narze/narze.h index 036539a9c..d9be82744 100644 --- a/users/narze/narze.h +++ b/users/narze/narze.h | |||
@@ -7,3 +7,7 @@ | |||
7 | #ifdef COMBO_ENABLE | 7 | #ifdef COMBO_ENABLE |
8 | # include "superduper.h" | 8 | # include "superduper.h" |
9 | #endif | 9 | #endif |
10 | |||
11 | #define HPR_ESC ALL_T(KC_ESC) | ||
12 | #define SFT_ENT SFT_T(KC_ENT) | ||
13 | #define ALT_COLN RALT_T(KC_F13) // Remap F13 to Colon in software (eg. Keyboard Maestro) | ||
diff --git a/users/narze/readme.md b/users/narze/readme.md index 124b84e6b..f5caae0c8 100644 --- a/users/narze/readme.md +++ b/users/narze/readme.md | |||
@@ -1,5 +1,24 @@ | |||
1 | # TODO | 1 | # narze's layout |
2 | - [ ] Make SuperDuper mode fully-compatible in Windows by swapping GUI with Ctrl | 2 | |
3 | ## (S)uper (D)uper Mode | ||
4 | |||
5 | Inspired by [jasonrudolph](https://github.com/jasonrudolph/keyboard#super-duper-mode), with some extensions such as backspace & forward delete. The idea is to make another useful layer available on the home row. | ||
6 | |||
7 | To use, press `S+D` simultaneously and hold, then... | ||
8 | - `H/J/K/L` for Vim-like movement | ||
9 | - `I/O` to move between browser tabs | ||
10 | - `A` for `Option (Alt)` | ||
11 | - `F` for `Backspace` | ||
12 | - `;` for `Delete` | ||
13 | - `A` with `H/L` to move to previous/next word | ||
14 | - `A` with `G/;` to delete to previous/next word | ||
15 | - Available for all layouts (but plover) using physical S & D keys position in qwerty | ||
16 | - `Spacebar` for `Shift` (it's easier when already holding A with your pinky) | ||
17 | - Disable with `Raise+Lower+M` | ||
18 | - You can edit or add more useful keys in SUPERDUPER layer | ||
19 | - It can be activated by holding `/` as well, but it's slower since `LT()` uses `TAPPING_TERM` of 200ms but `S+D` uses `COMBO_TERM` of only 20ms (Can be changed within config.h) | ||
20 | |||
21 | The implementation will vary and some keys are not available in some of my layouts, please refer to `_SUPERDUPER` layer in each of my `keymap.c` files. | ||
3 | 22 | ||
4 | # LICENSE | 23 | # LICENSE |
5 | Copyright 2019 Manassarn Manoonchai manassarn@gmail.com @narze | 24 | Copyright 2019 Manassarn Manoonchai manassarn@gmail.com @narze |