Call raw_hid_recieve_kb in via.c as a fallback on invalid cmd
This commit is contained in:
parent
1883498ae2
commit
afb490c297
@ -435,9 +435,8 @@ void raw_hid_receive(uint8_t *data, uint8_t length) {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
default: {
|
default: {
|
||||||
// The command ID is not known
|
// The command ID is not known let the keyboard implement it
|
||||||
// Return the unhandled state
|
raw_hid_receive_kb(data, length);
|
||||||
*command_id = id_unhandled;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user