]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix undefined eeprom warnings in unicode processing
authorFred Sundvik <fsundvik@gmail.com>
Sun, 9 Apr 2017 17:08:46 +0000 (20:08 +0300)
committerFred Sundvik <fsundvik@gmail.com>
Thu, 13 Apr 2017 13:00:29 +0000 (16:00 +0300)
quantum/process_keycode/process_unicode.c
quantum/process_keycode/process_unicode_common.c

index 678a15234d9a2a32d3534d3a792afbdc3f250800..fd008eca127a609673fabd9278f79e6b3e19b83e 100644 (file)
@@ -15,6 +15,7 @@
  */
 #include "process_unicode.h"
 #include "action_util.h"
+#include "eeprom.h"
 
 static uint8_t first_flag = 0;
 
index 1dbdec3e7148b7f51d3d303d6c307871c8d0a4cf..84b5d673dd48ce473531d9549bf2f9f9dec12fb2 100644 (file)
@@ -15,6 +15,7 @@
  */
 
 #include "process_unicode_common.h"
+#include "eeprom.h"
 
 static uint8_t input_mode;
 uint8_t mods;