diff options
author | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-06-21 12:30:17 -0400 |
---|---|---|
committer | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-06-21 12:30:17 -0400 |
commit | a6e109caa1e813d18f76f2b23dfd1655b6acf691 (patch) | |
tree | 2f8d823848eeb968b7bdb233fc8b4a222289d488 /quantum/keymap.h | |
parent | f6d1ce7863893e6dd0233c57f04b262f6808d78a (diff) | |
parent | a8375fa15a6ca9285eb15ae89bcda898349e06f8 (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
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 |