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/narze.h | |
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/narze.h')
-rw-r--r-- | users/narze/narze.h | 4 |
1 files changed, 4 insertions, 0 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) | ||