diff options
Diffstat (limited to 'quantum/quantum.c')
-rw-r--r-- | quantum/quantum.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index 5fa5e66b3..b8a81a76b 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
@@ -131,6 +131,8 @@ bool process_record_quantum(keyrecord_t *record) { | |||
131 | #endif | 131 | #endif |
132 | #ifdef PRINTING_ENABLE | 132 | #ifdef PRINTING_ENABLE |
133 | process_printer(keycode, record) && | 133 | process_printer(keycode, record) && |
134 | #ifdef UNICODEMAP_ENABLE | ||
135 | process_unicode_map(keycode, record) && | ||
134 | #endif | 136 | #endif |
135 | true)) { | 137 | true)) { |
136 | return false; | 138 | return false; |