瀏覽代碼

Add missing define for unicode common (#15416)

Drashna Jaelre 3 年之前
父節點
當前提交
5f7c0e3097
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      quantum/quantum.h

+ 4 - 0
quantum/quantum.h

@@ -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