summaryrefslogtreecommitdiffstats
path: root/quantum
diff options
context:
space:
mode:
authorErez Zukerman <bulk@ezuk.org>2016-05-07 00:28:43 +0200
committerErez Zukerman <bulk@ezuk.org>2016-05-07 00:28:43 +0200
commit2ce9644caa9df9a263b6866ad346bcd3ef798256 (patch)
tree882a79c9a3f875b1b5c6e346303094996da9eeb7 /quantum
parent7566ac42414fa4b7bae0dc99c3d75d112f1df2dc (diff)
parent05db327b704343168f696af1a91915917fa4b5a9 (diff)
downloadqmk_firmware-2ce9644caa9df9a263b6866ad346bcd3ef798256.tar.gz
qmk_firmware-2ce9644caa9df9a263b6866ad346bcd3ef798256.tar.xz
Merge pull request #311 from adiabatic/ergodox-zweihander-osx
Add KC_LABK and KC_RABK (< and >)
Diffstat (limited to 'quantum')
-rw-r--r--quantum/keymap_common.h6
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[];
#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