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 */