diff options
| author | di0ib <git@porkhash.net> | 2016-08-14 13:19:20 -1000 |
|---|---|---|
| committer | di0ib <git@porkhash.net> | 2016-08-14 13:19:20 -1000 |
| commit | df56d742b10997907d40de6c8a0ecb6f3091ebda (patch) | |
| tree | 631da3aedaaa97f7c8374c2b97db964932a0a1da /quantum/process_keycode/process_unicode.c | |
| parent | f58a67c991fa15f6177ebb9ec74e831b851bb38e (diff) | |
| parent | 4865e6f81fc106b9765b8dee2a080f4015e7644a (diff) | |
| download | qmk_firmware-df56d742b10997907d40de6c8a0ecb6f3091ebda.tar.gz qmk_firmware-df56d742b10997907d40de6c8a0ecb6f3091ebda.zip | |
Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
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 | } |
