diff options
author | Jack & Erez <bulk@ezuk.org> | 2016-06-20 22:36:36 -0400 |
---|---|---|
committer | Erez Zukerman <ezuk@madmimi.com> | 2016-06-20 22:36:36 -0400 |
commit | 76076db72545bbb649f11394a12721f61579527f (patch) | |
tree | d280cdb046040b3fcf927c47ea268c9280da397a /quantum/keymap.h | |
parent | f77df7e35679af46a206f3434785c24dc72c55fb (diff) |
[Jack & Erez] Fixes Space Cadet right shift
Diffstat (limited to 'quantum/keymap.h')
-rw-r--r-- | quantum/keymap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/keymap.h b/quantum/keymap.h index 979ab2da10..43efab7f3f 100644 --- a/quantum/keymap.h +++ b/quantum/keymap.h @@ -154,7 +154,7 @@ enum quantum_keycodes { KC_LSPO, // Right shift, close paren - KC_RSPC, + KC_RSPC }; // Ability to use mods in layouts |