diff options
author | Gilbert Consellado <gilbertconsellado@gmail.com> | 2017-11-18 21:45:27 +0800 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-11-20 12:25:42 -0500 |
commit | 7ff96877d2a67fcfabbe2493e7c2a100f3b923da (patch) | |
tree | b20f7b394509f7c446ada95288c1c10c6acfe892 /quantum/quantum.h | |
parent | c6cdd5422fb64e8854db9cbd3ba2ca2f3b7418e8 (diff) | |
download | qmk_firmware-7ff96877d2a67fcfabbe2493e7c2a100f3b923da.tar.gz qmk_firmware-7ff96877d2a67fcfabbe2493e7c2a100f3b923da.zip |
added SS_LSFT to featured macros
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r-- | quantum/quantum.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 534819c81..056d37292 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
@@ -124,6 +124,7 @@ extern uint32_t default_layer_state; | |||
124 | #define SS_LCTRL(string) SS_DOWN(X_LCTRL) string SS_UP(X_LCTRL) | 124 | #define SS_LCTRL(string) SS_DOWN(X_LCTRL) string SS_UP(X_LCTRL) |
125 | #define SS_LGUI(string) SS_DOWN(X_LGUI) string SS_UP(X_LGUI) | 125 | #define SS_LGUI(string) SS_DOWN(X_LGUI) string SS_UP(X_LGUI) |
126 | #define SS_LALT(string) SS_DOWN(X_LALT) string SS_UP(X_LALT) | 126 | #define SS_LALT(string) SS_DOWN(X_LALT) string SS_UP(X_LALT) |
127 | #define SS_LSFT(string) SS_DOWN(X_LSHIFT) string SS_UP(X_LSHIFT) | ||
127 | 128 | ||
128 | #define SEND_STRING(str) send_string_P(PSTR(str)) | 129 | #define SEND_STRING(str) send_string_P(PSTR(str)) |
129 | extern const bool ascii_to_shift_lut[0x80]; | 130 | extern const bool ascii_to_shift_lut[0x80]; |