diff options
Diffstat (limited to 'quantum')
| -rw-r--r-- | quantum/keymap_common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/quantum/keymap_common.h b/quantum/keymap_common.h index ab80ea45c..8c27e9035 100644 --- a/quantum/keymap_common.h +++ b/quantum/keymap_common.h | |||
| @@ -121,6 +121,12 @@ extern const uint16_t fn_actions[]; | |||
| 121 | #define KC_RCBR LSFT(KC_RBRC) // } | 121 | #define KC_RCBR LSFT(KC_RBRC) // } |
| 122 | #define KC_RIGHT_CURLY_BRACE KC_RCBR | 122 | #define KC_RIGHT_CURLY_BRACE KC_RCBR |
| 123 | 123 | ||
| 124 | #define KC_LABK LSFT(KC_COMM) // < | ||
| 125 | #define KC_LEFT_ANGLE_BRACKET KC_LABK | ||
| 126 | |||
| 127 | #define KC_RABK LSFT(KC_DOT) // > | ||
| 128 | #define KC_RIGHT_ANGLE_BRACKET KC_RABK | ||
| 129 | |||
| 124 | #define KC_COLN LSFT(KC_SCLN) // : | 130 | #define KC_COLN LSFT(KC_SCLN) // : |
| 125 | #define KC_COLON KC_COLN | 131 | #define KC_COLON KC_COLN |
| 126 | 132 | ||
