diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-20 00:11:39 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-20 00:11:39 -0400 |
commit | d65629b9a0b79b6e294419fe9a4118fb09491c91 (patch) | |
tree | 802d42849d670d418071a6da381ea8d13712e172 /app/include/zmk/behavior.h | |
parent | c23d752917774bc740c791e2f7eeef6f8f9e1033 (diff) |
Lots more pieces toward HID working again.
Diffstat (limited to 'app/include/zmk/behavior.h')
-rw-r--r-- | app/include/zmk/behavior.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/include/zmk/behavior.h b/app/include/zmk/behavior.h new file mode 100644 index 0000000..63edcc9 --- /dev/null +++ b/app/include/zmk/behavior.h @@ -0,0 +1,8 @@ + +#pragma once + +struct zmk_behavior_binding { + char *behavior_dev; + u32_t param1; + u32_t param2; +};
\ No newline at end of file |