diff options
| author | Jack Humbert | 2016-11-14 05:02:38 +0100 |
|---|---|---|
| committer | Jack Humbert | 2016-11-14 05:02:38 +0100 |
| commit | e9f748751808de2f1e85cf7fb670d78773bd5e76 (patch) | |
| tree | 1e52f15aed8e83f3784a6c10b1a04e3d8b6df4fe /quantum/quantum.c | |
| parent | 33e62c080c9161a0fc921c90ed299a67fc2e1799 (diff) | |
mostly working
Diffstat (limited to 'quantum/quantum.c')
| -rw-r--r-- | quantum/quantum.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index b8a81a76ba..9fd9a6ef72 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c @@ -131,6 +131,7 @@ bool process_record_quantum(keyrecord_t *record) { #endif #ifdef PRINTING_ENABLE process_printer(keycode, record) && + #endif #ifdef UNICODEMAP_ENABLE process_unicode_map(keycode, record) && #endif |