diff options
Diffstat (limited to 'quantum/keymap_common.h')
-rw-r--r-- | quantum/keymap_common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/quantum/keymap_common.h b/quantum/keymap_common.h index 9fba9362f5..5735631d95 100644 --- a/quantum/keymap_common.h +++ b/quantum/keymap_common.h @@ -117,8 +117,13 @@ extern const uint16_t fn_actions[]; #define KC_RCBR LSFT(KC_RBRC) // } #define KC_RIGHT_CURLY_BRACE KC_RCBR +#define KC_COLN LSFT(KC_SCLN) // : +#define KC_COLON KC_COLN + #define KC_PIPE LSFT(KC_SLSH) // | +#define KC_DELT KC_DELETE // Del key (four letter code) + // Alias for function layers than expand past FN31 #define FUNC(kc) kc | 0x2000 |