diff options
| author | Fred Sundvik <fsundvik@gmail.com> | 2017-04-09 20:08:46 +0300 |
|---|---|---|
| committer | Fred Sundvik <fsundvik@gmail.com> | 2017-04-13 16:00:29 +0300 |
| commit | a4ef86034c328ed7db9b9f0e2e49c5019d5aabc8 (patch) | |
| tree | 12145779835c7f3c2339c431400d45168d89f362 /quantum/process_keycode/process_unicode_common.c | |
| parent | f39e9928eb7f0c77c366721ff489bd5276dad7e2 (diff) | |
| download | qmk_firmware-a4ef86034c328ed7db9b9f0e2e49c5019d5aabc8.tar.gz qmk_firmware-a4ef86034c328ed7db9b9f0e2e49c5019d5aabc8.zip | |
Fix undefined eeprom warnings in unicode processing
Diffstat (limited to 'quantum/process_keycode/process_unicode_common.c')
| -rw-r--r-- | quantum/process_keycode/process_unicode_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_unicode_common.c b/quantum/process_keycode/process_unicode_common.c index 1dbdec3e7..84b5d673d 100644 --- a/quantum/process_keycode/process_unicode_common.c +++ b/quantum/process_keycode/process_unicode_common.c | |||
| @@ -15,6 +15,7 @@ | |||
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #include "process_unicode_common.h" | 17 | #include "process_unicode_common.h" |
| 18 | #include "eeprom.h" | ||
| 18 | 19 | ||
| 19 | static uint8_t input_mode; | 20 | static uint8_t input_mode; |
| 20 | uint8_t mods; | 21 | uint8_t mods; |
