summaryrefslogtreecommitdiff
path: root/quantum/quantum.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-04-12 14:54:40 -0700
committerDrashna Jaelre <drashna@live.com>2019-04-12 14:54:40 -0700
commit6e57437c42867d666e51dc6502efa59b7cf2c000 (patch)
treefe3c74f66832c350ea34ddc94daac24627d0a0fa /quantum/quantum.h
parentea4581cef15acc949aad2fffde8af61de81f10b6 (diff)
Add AltGr/RALT support to Send String qmk#4046)
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r--quantum/quantum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h
index c7fce9a0f6..e2f467125e 100644
--- a/quantum/quantum.h
+++ b/quantum/quantum.h
@@ -206,6 +206,7 @@ extern uint32_t default_layer_state;
#define SEND_STRING(str) send_string_P(PSTR(str))
extern const bool ascii_to_shift_lut[0x80];
+extern const bool ascii_to_altgr_lut[0x80];
extern const uint8_t ascii_to_keycode_lut[0x80];
void send_string(const char *str);
void send_string_with_delay(const char *str, uint8_t interval);