summaryrefslogtreecommitdiffstats
path: root/quantum
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-02-14 00:21:30 +0000
committerQMK Bot <hello@qmk.fm>2021-02-14 00:21:30 +0000
commit72e515547aedbfd0b91296a51a81861236be8fe5 (patch)
tree7d2512fdb466a6714693f583cc21a768773b4ba1 /quantum
parentcd336b2b545798269405e8ffef0fe8958d4d27d4 (diff)
parent101990139f3efc0d61491d58f41474f5bc039c66 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'quantum')
-rw-r--r--quantum/via.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/quantum/via.c b/quantum/via.c
index 7c3b7f9248..62a16624f2 100644
--- a/quantum/via.c
+++ b/quantum/via.c
@@ -370,19 +370,6 @@ void raw_hid_receive(uint8_t *data, uint8_t length) {
dynamic_keymap_set_buffer(offset, size, &command_data[3]);
break;
}
- case id_eeprom_reset: {
- via_eeprom_reset();
- break;
- }
- case id_bootloader_jump: {
- // Need to send data back before the jump
- // Informs host that the command is handled
- raw_hid_send(data, length);
- // Give host time to read it
- wait_ms(100);
- bootloader_jump();
- break;
- }
default: {
// The command ID is not known
// Return the unhandled state