mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-13 07:25:44 +00:00
Add missing define for unicode common (#15416)
This commit is contained in:
parent
ce1ee47ef5
commit
5f7c0e3097
1 changed files with 4 additions and 0 deletions
|
@ -109,6 +109,10 @@ extern layer_state_t layer_state;
|
||||||
# include "process_unicodemap.h"
|
# include "process_unicodemap.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef UNICODE_COMMON_ENABLE
|
||||||
|
# include "process_unicode_common.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef KEY_OVERRIDE_ENABLE
|
#ifdef KEY_OVERRIDE_ENABLE
|
||||||
# include "process_key_override.h"
|
# include "process_key_override.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue