]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Add KC_LABK and KC_RABK (< and >)
authorNathan Sharfi <me@ngalt.com>
Fri, 6 May 2016 12:40:02 +0000 (05:40 -0700)
committerNathan Sharfi <me@ngalt.com>
Fri, 6 May 2016 12:40:02 +0000 (05:40 -0700)
quantum/keymap_common.h

index 0ede0296b98fbe013f71f37595d249815409bb0c..ffd8168f67497f2ae190fd36cc0a8ca09e528a34 100644 (file)
@@ -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