~ruther/qmk_firmware

5f7c0e3097359bc867304640b6c7b7df3ad0ac7f — Drashna Jaelre 3 years ago ce1ee47
Add missing define for unicode common (#15416)

1 files changed, 4 insertions(+), 0 deletions(-)

M quantum/quantum.h
M quantum/quantum.h => quantum/quantum.h +4 -0
@@ 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