mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-26 19:18:03 +06:00
Fix undefined eeprom warnings in unicode processing
This commit is contained in:
parent
f39e9928eb
commit
a4ef86034c
@ -15,6 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
#include "process_unicode.h"
|
#include "process_unicode.h"
|
||||||
#include "action_util.h"
|
#include "action_util.h"
|
||||||
|
#include "eeprom.h"
|
||||||
|
|
||||||
static uint8_t first_flag = 0;
|
static uint8_t first_flag = 0;
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "process_unicode_common.h"
|
#include "process_unicode_common.h"
|
||||||
|
#include "eeprom.h"
|
||||||
|
|
||||||
static uint8_t input_mode;
|
static uint8_t input_mode;
|
||||||
uint8_t mods;
|
uint8_t mods;
|
||||||
|
Loading…
Reference in New Issue
Block a user