diff options
author | Jack Humbert <jack.humb@gmail.com> | 2015-11-21 15:01:33 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2015-11-21 15:01:33 -0500 |
commit | 11d6e66979a24d1cfec8191d0308e3b1672278f3 (patch) | |
tree | f34b8a34e1a01d9ef40af01a487e8a5fb08be0db /quantum | |
parent | 1edb050d2095e7c8337925e3cb5f6c3aa8ad5373 (diff) |
atomic hex
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/keymap_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/keymap_common.h b/quantum/keymap_common.h index cc46cab66b..e5d4db9ab0 100644 --- a/quantum/keymap_common.h +++ b/quantum/keymap_common.h @@ -123,7 +123,7 @@ extern const uint16_t fn_actions[]; #define KC_COLN LSFT(KC_SCLN) // : #define KC_COLON KC_COLN -#define KC_PIPE LSFT(KC_SLSH) // | +#define KC_PIPE LSFT(KC_BSLS) // | #define KC_DELT KC_DELETE // Del key (four letter code) |