fix reboot to vibl

This commit is contained in:
Ilya Zhuravlev 2021-03-03 11:18:48 -05:00
parent 5f4054e7b8
commit c9c90c06b7

View File

@ -412,7 +412,7 @@ void raw_hid_receive(uint8_t *data, uint8_t length) {
dynamic_keymap_set_buffer(offset, size, &command_data[3]);
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 */
case id_bootloader_jump: {
/* Until keyboard is unlocked, don't allow jumping to bootloader */