diff options
| author | QMK Bot <hello@qmk.fm> | 2020-12-22 17:23:53 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2020-12-22 17:23:53 +0000 |
| commit | 96a5e560d79dfd3f5700b42b7e67799472a21141 (patch) | |
| tree | 9a7dcc41f5bc8d26a23ca7dd84249652924996f5 /quantum/process_keycode/process_unicode_common.h | |
| parent | 71fcfb3cb52b9adb9ace304503bc3c6addfb3916 (diff) | |
| parent | 54e2bf3edefb670ede2c2c3934dc732264ac6381 (diff) | |
| download | qmk_firmware-96a5e560d79dfd3f5700b42b7e67799472a21141.tar.gz qmk_firmware-96a5e560d79dfd3f5700b42b7e67799472a21141.zip | |
Merge remote-tracking branch 'origin/master' into develop
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 3082fbb5f..c10e171ec 100644 --- a/quantum/process_keycode/process_unicode_common.h +++ b/quantum/process_keycode/process_unicode_common.h | |||
| @@ -75,7 +75,6 @@ typedef union { | |||
| 75 | } unicode_config_t; | 75 | } unicode_config_t; |
| 76 | 76 | ||
| 77 | extern unicode_config_t unicode_config; | 77 | extern unicode_config_t unicode_config; |
| 78 | extern uint8_t unicode_saved_mods; | ||
| 79 | 78 | ||
| 80 | void unicode_input_mode_init(void); | 79 | void unicode_input_mode_init(void); |
| 81 | uint8_t get_unicode_input_mode(void); | 80 | uint8_t get_unicode_input_mode(void); |
