aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--quantum/via.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/quantum/via.c b/quantum/via.c
index 7c3b7f924..62a16624f 100644
--- a/quantum/via.c
+++ b/quantum/via.c
@@ -370,19 +370,6 @@ void raw_hid_receive(uint8_t *data, uint8_t length) {
370 dynamic_keymap_set_buffer(offset, size, &command_data[3]); 370 dynamic_keymap_set_buffer(offset, size, &command_data[3]);
371 break; 371 break;
372 } 372 }
373 case id_eeprom_reset: {
374 via_eeprom_reset();
375 break;
376 }
377 case id_bootloader_jump: {
378 // Need to send data back before the jump
379 // Informs host that the command is handled
380 raw_hid_send(data, length);
381 // Give host time to read it
382 wait_ms(100);
383 bootloader_jump();
384 break;
385 }
386 default: { 373 default: {
387 // The command ID is not known 374 // The command ID is not known
388 // Return the unhandled state 375 // Return the unhandled state