Skip to content

Commit

Permalink
Add KC_LABK and KC_RABK (< and >)
Browse files Browse the repository at this point in the history
  • Loading branch information
adiabatic committed May 6, 2016
1 parent fc4f693 commit 08f3142
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions quantum/keymap_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 08f3142

Please sign in to comment.