From 2ba865ecbe47dbda4be5613a430147d856b42bef Mon Sep 17 00:00:00 2001 From: Ilya Zhuravlev Date: Sun, 27 Mar 2022 20:09:08 -0600 Subject: [PATCH] vial: bump protocol version --- quantum/vial.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantum/vial.h b/quantum/vial.h index f7add46348..46db3706c7 100644 --- a/quantum/vial.h +++ b/quantum/vial.h @@ -22,7 +22,7 @@ #include "eeprom.h" #include "action.h" -#define VIAL_PROTOCOL_VERSION ((uint32_t)0x00000004) +#define VIAL_PROTOCOL_VERSION ((uint32_t)0x00000005) #define VIAL_RAW_EPSIZE 32 void vial_init(void);