diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-02-15 18:14:07 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-02-15 18:14:07 -0500 |
commit | f89499e255afbe5f8adeae5e71367f3d358af527 (patch) | |
tree | 311e6c84e5bf42ca059988cb124ae888e6997e18 /quantum/process_keycode/process_unicode_common.h | |
parent | c2a9acffd712145dc8b924005feb060c5ac3e2ff (diff) | |
download | qmk_firmware-f89499e255afbe5f8adeae5e71367f3d358af527.tar.gz qmk_firmware-f89499e255afbe5f8adeae5e71367f3d358af527.zip |
unique variable name
Diffstat (limited to 'quantum/process_keycode/process_unicode_common.h')
-rw-r--r-- | quantum/process_keycode/process_unicode_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/process_keycode/process_unicode_common.h b/quantum/process_keycode/process_unicode_common.h index 9c26cfb07..aa233db22 100644 --- a/quantum/process_keycode/process_unicode_common.h +++ b/quantum/process_keycode/process_unicode_common.h | |||
@@ -8,7 +8,7 @@ | |||
8 | #endif | 8 | #endif |
9 | 9 | ||
10 | static uint8_t input_mode; | 10 | static uint8_t input_mode; |
11 | uint8_t mods; | 11 | uint8_t unicode_mods; |
12 | 12 | ||
13 | void set_unicode_input_mode(uint8_t os_target); | 13 | void set_unicode_input_mode(uint8_t os_target); |
14 | uint8_t get_unicode_input_mode(void); | 14 | uint8_t get_unicode_input_mode(void); |