diff options
author | Jack Humbert <jack.humb@gmail.com> | 2015-10-27 23:49:55 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2015-10-27 23:49:55 -0400 |
commit | b8ebba012b5f47f858eb4c46221116f02a7a372a (patch) | |
tree | 9b7822b5175fbbdd53190fc1fb0eb4516fd4a092 /quantum | |
parent | dee171b4259ebbe77606292d897b03f7849f2b86 (diff) | |
parent | 2739aa8d780a8210eac30a284786d60dedc671bc (diff) |
Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard
Diffstat (limited to 'quantum')
-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 |