diff options
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) | ||