vial/combo: remove the KC_NO workaround, no longer needed

This commit is contained in:
Ilya Zhuravlev 2021-07-04 10:23:58 -04:00
parent 26a9cb5749
commit 99772b39c4

View File

@ -145,10 +145,6 @@ bool process_combo(uint16_t keycode, keyrecord_t *record) {
drop_buffer = false;
bool no_combo_keys_pressed = true;
if (keycode == KC_NO) {
return true;
}
if (keycode == CMB_ON && record->event.pressed) {
combo_enable();
return true;