dynamic_keymap: support delays in VIA macros

This commit is contained in:
Ilya Zhuravlev
2021-03-06 14:05:32 -05:00
parent c69a05c216
commit 72bf921d62
2 changed files with 23 additions and 9 deletions

View File

@@ -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);