diff options
author | Nathan Sharfi <me@ngalt.com> | 2016-05-25 17:25:04 -0700 |
---|---|---|
committer | Nathan Sharfi <me@ngalt.com> | 2016-05-25 17:25:04 -0700 |
commit | 9d6debd9b23ffb045f63bc77dd44cafe2c7ce851 (patch) | |
tree | 03a7caa71deede81847b565fe0fa1c54512fdc3c /quantum | |
parent | d06e940a179b2e81563cf6123461cfcad35f9045 (diff) |
Add double quote for everyone; update Zweihander
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/keymap_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/keymap_common.h b/quantum/keymap_common.h index fafc93f7cd..db14e7d8ac 100644 --- a/quantum/keymap_common.h +++ b/quantum/keymap_common.h @@ -119,6 +119,8 @@ extern const uint16_t fn_actions[]; #define KC_PLUS LSFT(KC_EQL) // + +#define KC_DQUO LSFT(KC_QUOT) // " +#define KC_DOUBLE_QUOTE KC_DQUO #define KC_LCBR LSFT(KC_LBRC) // { #define KC_LEFT_CURLY_BRACE KC_LCBR |