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