diff options
Diffstat (limited to 'quantum/quantum.c')
-rw-r--r-- | quantum/quantum.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index bc2da510f..a4c5c2ddb 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
@@ -87,6 +87,9 @@ bool process_record_quantum(keyrecord_t *record) { | |||
87 | #ifdef UNICODE_ENABLE | 87 | #ifdef UNICODE_ENABLE |
88 | process_unicode(keycode, record) && | 88 | process_unicode(keycode, record) && |
89 | #endif | 89 | #endif |
90 | #ifdef UCIS_ENABLE | ||
91 | process_ucis(keycode, record) && | ||
92 | #endif | ||
90 | true)) { | 93 | true)) { |
91 | return false; | 94 | return false; |
92 | } | 95 | } |