1
0
Fork 0

Add missing define for unicode common (#15416)

This commit is contained in:
Drashna Jaelre 2021-12-06 11:36:30 -08:00 committed by GitHub
parent ce1ee47ef5
commit 5f7c0e3097
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,6 +109,10 @@ extern layer_state_t layer_state;
# include "process_unicodemap.h"
#endif
#ifdef UNICODE_COMMON_ENABLE
# include "process_unicode_common.h"
#endif
#ifdef KEY_OVERRIDE_ENABLE
# include "process_key_override.h"
#endif