From c9c90c06b798f22591b98f8e0de34bde297c6ef5 Mon Sep 17 00:00:00 2001 From: Ilya Zhuravlev Date: Wed, 3 Mar 2021 11:18:48 -0500 Subject: [PATCH] fix reboot to vibl --- quantum/via.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantum/via.c b/quantum/via.c index 9be202136d..b7e6c95233 100644 --- a/quantum/via.c +++ b/quantum/via.c @@ -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 */