]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/quantum.h
Added Dynamic Keymaps to M10-B
[qmk_firmware.git] / quantum / quantum.h
index 41c7d8351a9a01f7078fd903d9fd0a8307aa4d08..5920e4b13955894c4f64c3c225c83f70646bd3b0 100644 (file)
@@ -197,6 +197,7 @@ extern uint32_t default_layer_state;
 #define SS_LALT(string) SS_DOWN(X_LALT) string SS_UP(X_LALT)
 #define SS_LSFT(string) SS_DOWN(X_LSHIFT) string SS_UP(X_LSHIFT)
 #define SS_RALT(string) SS_DOWN(X_RALT) string SS_UP(X_RALT)
+#define SS_ALGR(string) SS_RALT(string)
 
 #define SEND_STRING(str) send_string_P(PSTR(str))
 extern const bool ascii_to_shift_lut[0x80];