Explorar el Código

Add missing define for unicode common (#15416)

Drashna Jaelre hace 3 años
padre
commit
5f7c0e3097
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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