fix reboot to vibl
This commit is contained in:
@ -412,7 +412,7 @@ void raw_hid_receive(uint8_t *data, uint8_t length) {
|
|||||||
dynamic_keymap_set_buffer(offset, size, &command_data[3]);
|
dynamic_keymap_set_buffer(offset, size, &command_data[3]);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
#if defined(VIAL_ENABLED) && !defined(VIAL_INSECURE)
|
#if defined(VIAL_ENABLE) && !defined(VIAL_INSECURE)
|
||||||
/* As VIA removed bootloader jump entirely, we shall only keep it for secure builds */
|
/* As VIA removed bootloader jump entirely, we shall only keep it for secure builds */
|
||||||
case id_bootloader_jump: {
|
case id_bootloader_jump: {
|
||||||
/* Until keyboard is unlocked, don't allow jumping to bootloader */
|
/* Until keyboard is unlocked, don't allow jumping to bootloader */
|
||||||
|
Reference in New Issue
Block a user