summary refs log tree commit diff
path: root/quantum
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-05-26 17:14:01 -0400
committerJack Humbert <jack.humb@gmail.com>2016-05-26 17:14:01 -0400
commit209ee3cd052b22b4cc32aecbc4b03cb8fb229a23 (patch)
tree77eb1be2e4ec2f97052d60301c8ce12962501ec9 /quantum
parent89f0472b9e1c751034a745898fd495bbd49f2b66 (diff)
removes duplicate double quote and odd whitespace
Diffstat (limited to 'quantum')
-rw-r--r--quantum/keymap_common.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/quantum/keymap_common.h b/quantum/keymap_common.h
index db14e7d8ac..c72c0bc29d 100644
--- a/quantum/keymap_common.h
+++ b/quantum/keymap_common.h
@@ -88,10 +88,8 @@ extern const uint16_t fn_actions[];
 
 #define KC_AT   LSFT(KC_2)      // @
 
-
 #define KC_HASH LSFT(KC_3)      // #
 
-
 #define KC_DLR  LSFT(KC_4)      // $
 #define KC_DOLLAR   KC_DLR
 
@@ -113,15 +111,11 @@ extern const uint16_t fn_actions[];
 #define KC_RPRN LSFT(KC_0)      // )
 #define KC_RIGHT_PAREN  KC_RPRN
 
-
 #define KC_UNDS LSFT(KC_MINS)   // _
 #define KC_UNDERSCORE   KC_UNDS
 
 #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
 
@@ -141,16 +135,14 @@ extern const uint16_t fn_actions[];
 
 #define KC_LT LSFT(KC_COMM)     // <
 
-
 #define KC_GT LSFT(KC_DOT)      // >
 
-
 #define KC_QUES LSFT(KC_SLSH)   // ?
 #define KC_QUESTION KC_QUES
 
-
 #define KC_DQT LSFT(KC_QUOT)   // "
 #define KC_DOUBLE_QUOTE KC_DQT
+#define KC_DQUO KC_DQT
 
 #define KC_DELT KC_DELETE // Del key (four letter code)