diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2016-08-14 18:50:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-14 18:50:03 -0400 |
| commit | cdd7301b8b9c6750167e29a878ec0f1582226f5d (patch) | |
| tree | b8cc5dc1034e0d79c6c17a1ffdec4a5ac9e0d522 /quantum/process_keycode/process_unicode.c | |
| parent | 8bb299255b7702b27984b035aa51ae81d21b55d0 (diff) | |
| parent | 8bdf745909bc2581491acce11225f56a85bc8f24 (diff) | |
| download | qmk_firmware-cdd7301b8b9c6750167e29a878ec0f1582226f5d.tar.gz qmk_firmware-cdd7301b8b9c6750167e29a878ec0f1582226f5d.zip | |
Merge pull request #627 from algernon/h/set-unicode-input-mode
process_unicode: Fix set_unicode_input_mode()
Diffstat (limited to 'quantum/process_keycode/process_unicode.c')
| -rw-r--r-- | quantum/process_keycode/process_unicode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/process_keycode/process_unicode.c b/quantum/process_keycode/process_unicode.c index ad5d7f86b..3fcac15ce 100644 --- a/quantum/process_keycode/process_unicode.c +++ b/quantum/process_keycode/process_unicode.c | |||
| @@ -13,7 +13,7 @@ uint16_t hex_to_keycode(uint8_t hex) | |||
| 13 | } | 13 | } |
| 14 | } | 14 | } |
| 15 | 15 | ||
| 16 | void set_unicode_mode(uint8_t os_target) | 16 | void set_unicode_input_mode(uint8_t os_target) |
| 17 | { | 17 | { |
| 18 | input_mode = os_target; | 18 | input_mode = os_target; |
| 19 | } | 19 | } |
