1
0

Move and update check to ensure only one unicode method is enabled

This commit is contained in:
Drashna Jaelre
2018-11-02 13:39:07 -07:00
parent 0b403a4c4c
commit c0cd867155
2 changed files with 4 additions and 3 deletions

View File

@@ -18,6 +18,10 @@
#include "quantum.h"
#if defined(UNICODE_ENABLE) + defined(UNICODEMAP_ENABLE) + defined(UCIS_ENABLE) > 1
#error "Cannot enable more than one unicode method (UNICODE, UNICODEMAP, UCIS) at the same time"
#endif
#ifndef UNICODE_TYPE_DELAY
#define UNICODE_TYPE_DELAY 10
#endif