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 1fccaa7d5..a1a1a9d1c 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
@@ -235,6 +235,9 @@ bool process_record_quantum(keyrecord_t *record) { | |||
235 | #ifdef PRINTING_ENABLE | 235 | #ifdef PRINTING_ENABLE |
236 | process_printer(keycode, record) && | 236 | process_printer(keycode, record) && |
237 | #endif | 237 | #endif |
238 | #ifdef AUTO_SHIFT_ENABLE | ||
239 | process_auto_shift(keycode, record) && | ||
240 | #endif | ||
238 | #ifdef UNICODEMAP_ENABLE | 241 | #ifdef UNICODEMAP_ENABLE |
239 | process_unicode_map(keycode, record) && | 242 | process_unicode_map(keycode, record) && |
240 | #endif | 243 | #endif |