diff options
author | Joshua T <joshua@sonofone.net> | 2016-09-01 07:40:46 -0500 |
---|---|---|
committer | Joshua T <joshua@sonofone.net> | 2016-09-01 07:40:46 -0500 |
commit | 5520b0022fc6cd3dff805eb31ed4bb7e4385ee2a (patch) | |
tree | 0346d24fd7a8905486a687c68084af25022c4312 /quantum/process_keycode/process_unicode.c | |
parent | b0c3d596816c178ccd94738a3866a08b71027d0d (diff) | |
parent | e28d151a8a1d458f3c18897c6095decc17b0c3a1 (diff) | |
download | qmk_firmware-5520b0022fc6cd3dff805eb31ed4bb7e4385ee2a.tar.gz qmk_firmware-5520b0022fc6cd3dff805eb31ed4bb7e4385ee2a.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'quantum/process_keycode/process_unicode.c')
-rw-r--r-- | quantum/process_keycode/process_unicode.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_unicode.c b/quantum/process_keycode/process_unicode.c index 06c1694f2e..a5d7dca21e 100644 --- a/quantum/process_keycode/process_unicode.c +++ b/quantum/process_keycode/process_unicode.c @@ -18,6 +18,10 @@ void set_unicode_input_mode(uint8_t os_target) input_mode = os_target; } +uint8_t get_unicode_input_mode(void) { + return input_mode; +} + __attribute__((weak)) void unicode_input_start (void) { switch(input_mode) { |