diff options
| author | Damien <Dbroqua@users.noreply.github.com> | 2016-09-19 13:25:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-19 13:25:37 +0200 |
| commit | c438a2a265b366c8e4594ce561feb896018983f0 (patch) | |
| tree | f310e72223a25414f69c2dec70509fed26dc3960 /quantum/process_keycode/process_unicode.c | |
| parent | af24ea558a65fea549bd9f57a9704b904972d2f7 (diff) | |
| parent | 5f9c2f63ffb2c58db73e67442134be58bfe2c129 (diff) | |
| download | qmk_firmware-c438a2a265b366c8e4594ce561feb896018983f0.tar.gz qmk_firmware-c438a2a265b366c8e4594ce561feb896018983f0.zip | |
Merge pull request #4 from jackhumbert/master
Merge from jackhumbert
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 06c1694f2..a5d7dca21 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) | |||
| 18 | input_mode = os_target; | 18 | input_mode = os_target; |
| 19 | } | 19 | } |
| 20 | 20 | ||
| 21 | uint8_t get_unicode_input_mode(void) { | ||
| 22 | return input_mode; | ||
| 23 | } | ||
| 24 | |||
| 21 | __attribute__((weak)) | 25 | __attribute__((weak)) |
| 22 | void unicode_input_start (void) { | 26 | void unicode_input_start (void) { |
| 23 | switch(input_mode) { | 27 | switch(input_mode) { |
