Lots more pieces toward HID working again.

This commit is contained in:
Pete Johanson
2020-06-20 00:11:39 -04:00
parent c23d752917
commit d65629b9a0
19 changed files with 346 additions and 13 deletions

View File

@@ -0,0 +1,8 @@
#pragma once
struct zmk_behavior_binding {
char *behavior_dev;
u32_t param1;
u32_t param2;
};