Allow userspace the opportunity to handle keycodes

pull/6358/head
jshuf 5 years ago committed by noroadsleft
parent f9d47ebe2f
commit 1650ba00f1

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

Loading…
Cancel
Save