This commit is contained in:
skullY 2020-02-29 10:48:33 -08:00
parent 2d64301cd9
commit 256fabca9e
155 changed files with 80 additions and 2196 deletions

View file

@ -320,7 +320,7 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
return false;
#endif
}
return process_record_user(keycode, record);
return true;
}
#endif