diff options
author | Ryan <fauxpark@gmail.com> | 2022-09-13 01:49:04 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-12 08:49:04 -0700 |
commit | 3d667f09705fa780bd5881cfa3b3cb10fa41b1fe (patch) | |
tree | b05d0a4cd413947c1ae09fc08c33f2411029d29e /quantum/quantum.h | |
parent | 4087251da6ffcbfd16a9b655b7816803a565f0a6 (diff) |
Refactor Unicode feature (#18333)
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r-- | quantum/quantum.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 8d74f2be38..51360c3d2a 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -109,6 +109,7 @@ extern layer_state_t layer_state; #endif #ifdef UNICODE_COMMON_ENABLE +# include "unicode.h" # include "process_unicode_common.h" #endif |