~ruther/qmk_firmware

08f31424634d5b614b69e3bb965ab50bdccd6d01 — Nathan Sharfi 9 years ago fc4f693
Add KC_LABK and KC_RABK (< and >)
1 files changed, 6 insertions(+), 0 deletions(-)

M quantum/keymap_common.h
M quantum/keymap_common.h => quantum/keymap_common.h +6 -0
@@ 118,6 118,12 @@ extern const uint16_t fn_actions[];
#define KC_RCBR LSFT(KC_RBRC)   // }
#define KC_RIGHT_CURLY_BRACE    KC_RCBR

#define KC_LABK LSFT(KC_COMM)   // <
#define KC_LEFT_ANGLE_BRACKET   KC_LABK

#define KC_RABK LSFT(KC_DOT)    // >
#define KC_RIGHT_ANGLE_BRACKET  KC_RABK

#define KC_COLN LSFT(KC_SCLN)   // :
#define KC_COLON    KC_COLN