aboutsummaryrefslogtreecommitdiff
path: root/quantum/keymap_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/keymap_common.h')
-rw-r--r--quantum/keymap_common.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/quantum/keymap_common.h b/quantum/keymap_common.h
index 8c27e9035..322fda498 100644
--- a/quantum/keymap_common.h
+++ b/quantum/keymap_common.h
@@ -87,8 +87,11 @@ extern const uint16_t fn_actions[];
87#define KC_EXCLAIM KC_EXLM 87#define KC_EXCLAIM KC_EXLM
88 88
89#define KC_AT LSFT(KC_2) // @ 89#define KC_AT LSFT(KC_2) // @
90
91
90#define KC_HASH LSFT(KC_3) // # 92#define KC_HASH LSFT(KC_3) // #
91 93
94
92#define KC_DLR LSFT(KC_4) // $ 95#define KC_DLR LSFT(KC_4) // $
93#define KC_DOLLAR KC_DLR 96#define KC_DOLLAR KC_DLR
94 97
@@ -110,11 +113,13 @@ extern const uint16_t fn_actions[];
110#define KC_RPRN LSFT(KC_0) // ) 113#define KC_RPRN LSFT(KC_0) // )
111#define KC_RIGHT_PAREN KC_RPRN 114#define KC_RIGHT_PAREN KC_RPRN
112 115
116
113#define KC_UNDS LSFT(KC_MINS) // _ 117#define KC_UNDS LSFT(KC_MINS) // _
114#define KC_UNDERSCORE KC_UNDS 118#define KC_UNDERSCORE KC_UNDS
115 119
116#define KC_PLUS LSFT(KC_EQL) // + 120#define KC_PLUS LSFT(KC_EQL) // +
117 121
122
118#define KC_LCBR LSFT(KC_LBRC) // { 123#define KC_LCBR LSFT(KC_LBRC) // {
119#define KC_LEFT_CURLY_BRACE KC_LCBR 124#define KC_LEFT_CURLY_BRACE KC_LCBR
120 125
@@ -132,6 +137,19 @@ extern const uint16_t fn_actions[];
132 137
133#define KC_PIPE LSFT(KC_BSLS) // | 138#define KC_PIPE LSFT(KC_BSLS) // |
134 139
140#define KC_LT LSFT(KC_COMM) // <
141
142
143#define KC_GT LSFT(KC_DOT) // >
144
145
146#define KC_QUES LSFT(KC_SLSH) // ?
147#define KC_QUESTION KC_QUES
148
149
150#define KC_DQT LSFT(KC_QUOT) // "
151#define KC_DOUBLE_QUOTE KC_DQT
152
135#define KC_DELT KC_DELETE // Del key (four letter code) 153#define KC_DELT KC_DELETE // Del key (four letter code)
136 154
137// Alias for function layers than expand past FN31 155// Alias for function layers than expand past FN31