diff options
| author | Ilya Zhuravlev <whatever@xyz.is> | 2021-03-06 14:05:32 -0500 |
|---|---|---|
| committer | Ilya Zhuravlev <whatever@xyz.is> | 2021-03-23 23:02:35 -0400 |
| commit | 72bf921d62086fbba7ca96dbdfabda2cb44a876f (patch) | |
| tree | 175823d54bca85853ee4f36a9394bb2ea5a75ad5 /quantum/vial.h | |
| parent | c69a05c2167c2ce6d7b798b1fea05f5d7b3bb75a (diff) | |
dynamic_keymap: support delays in VIA macros
Diffstat (limited to 'quantum/vial.h')
| -rw-r--r-- | quantum/vial.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/vial.h b/quantum/vial.h index b75eb2415a..3015448ebf 100644 --- a/quantum/vial.h +++ b/quantum/vial.h @@ -19,7 +19,7 @@ #include <inttypes.h> #include <stdbool.h> -#define VIAL_PROTOCOL_VERSION ((uint32_t)0x00000001) +#define VIAL_PROTOCOL_VERSION ((uint32_t)0x00000002) void vial_handle_cmd(uint8_t *data, uint8_t length); |
