Browse Source

Add missing define for unicode common (#15416)

pull/15418/head
Drashna Jaelre 2 years ago
committed by GitHub
parent
commit
5f7c0e3097
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      quantum/quantum.h

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


Loading…
Cancel
Save