1
0
Fork 0
This commit is contained in:
Jack Humbert 2016-11-12 20:54:37 -05:00
commit 33e62c080c
104 changed files with 5331 additions and 312 deletions

View file

@ -131,6 +131,8 @@ bool process_record_quantum(keyrecord_t *record) {
#endif
#ifdef PRINTING_ENABLE
process_printer(keycode, record) &&
#ifdef UNICODEMAP_ENABLE
process_unicode_map(keycode, record) &&
#endif
true)) {
return false;