diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-02-15 23:20:35 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-02-15 23:20:35 -0500 |
commit | 58823b4e0324f5b2861fc5a0f74f6faa3673f5dc (patch) | |
tree | 04e3074214a8415a8b0404477561d990a9ce205c /quantum/process_keycode/process_unicode_common.h | |
parent | f89499e255afbe5f8adeae5e71367f3d358af527 (diff) | |
download | qmk_firmware-58823b4e0324f5b2861fc5a0f74f6faa3673f5dc.tar.gz qmk_firmware-58823b4e0324f5b2861fc5a0f74f6faa3673f5dc.zip |
fix weirdness with arm and mods
Diffstat (limited to 'quantum/process_keycode/process_unicode_common.h')
-rw-r--r-- | quantum/process_keycode/process_unicode_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/process_keycode/process_unicode_common.h b/quantum/process_keycode/process_unicode_common.h index aa233db22..1f25eae7d 100644 --- a/quantum/process_keycode/process_unicode_common.h +++ b/quantum/process_keycode/process_unicode_common.h | |||
@@ -8,7 +8,6 @@ | |||
8 | #endif | 8 | #endif |
9 | 9 | ||
10 | static uint8_t input_mode; | 10 | static uint8_t input_mode; |
11 | uint8_t unicode_mods; | ||
12 | 11 | ||
13 | void set_unicode_input_mode(uint8_t os_target); | 12 | void set_unicode_input_mode(uint8_t os_target); |
14 | uint8_t get_unicode_input_mode(void); | 13 | uint8_t get_unicode_input_mode(void); |