diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-02-15 17:39:51 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-02-15 17:39:51 -0500 |
commit | c2a9acffd712145dc8b924005feb060c5ac3e2ff (patch) | |
tree | 4cb3a79977059993d36d425b86315a9652e94787 /quantum/process_keycode/process_unicode_common.c | |
parent | 1bb574fe48bf73af4f3a4dadcff62599fd5dbb9a (diff) | |
download | qmk_firmware-c2a9acffd712145dc8b924005feb060c5ac3e2ff.tar.gz qmk_firmware-c2a9acffd712145dc8b924005feb060c5ac3e2ff.zip |
publicise variables
Diffstat (limited to 'quantum/process_keycode/process_unicode_common.c')
-rw-r--r-- | quantum/process_keycode/process_unicode_common.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/quantum/process_keycode/process_unicode_common.c b/quantum/process_keycode/process_unicode_common.c index 1a9d470c9..baeee6d08 100644 --- a/quantum/process_keycode/process_unicode_common.c +++ b/quantum/process_keycode/process_unicode_common.c | |||
@@ -1,8 +1,5 @@ | |||
1 | #include "process_unicode_common.h" | 1 | #include "process_unicode_common.h" |
2 | 2 | ||
3 | static uint8_t input_mode; | ||
4 | uint8_t mods; | ||
5 | |||
6 | void set_unicode_input_mode(uint8_t os_target) | 3 | void set_unicode_input_mode(uint8_t os_target) |
7 | { | 4 | { |
8 | input_mode = os_target; | 5 | input_mode = os_target; |