diff options
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 41c7d8351..5920e4b13 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
@@ -197,6 +197,7 @@ extern uint32_t default_layer_state; | |||
197 | #define SS_LALT(string) SS_DOWN(X_LALT) string SS_UP(X_LALT) | 197 | #define SS_LALT(string) SS_DOWN(X_LALT) string SS_UP(X_LALT) |
198 | #define SS_LSFT(string) SS_DOWN(X_LSHIFT) string SS_UP(X_LSHIFT) | 198 | #define SS_LSFT(string) SS_DOWN(X_LSHIFT) string SS_UP(X_LSHIFT) |
199 | #define SS_RALT(string) SS_DOWN(X_RALT) string SS_UP(X_RALT) | 199 | #define SS_RALT(string) SS_DOWN(X_RALT) string SS_UP(X_RALT) |
200 | #define SS_ALGR(string) SS_RALT(string) | ||
200 | 201 | ||
201 | #define SEND_STRING(str) send_string_P(PSTR(str)) | 202 | #define SEND_STRING(str) send_string_P(PSTR(str)) |
202 | extern const bool ascii_to_shift_lut[0x80]; | 203 | extern const bool ascii_to_shift_lut[0x80]; |