forked from kofal.net/zmk
Lots more pieces toward HID working again.
This commit is contained in:
8
app/include/zmk/behavior.h
Normal file
8
app/include/zmk/behavior.h
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
struct zmk_behavior_binding {
|
||||
char *behavior_dev;
|
||||
u32_t param1;
|
||||
u32_t param2;
|
||||
};
|
||||
Reference in New Issue
Block a user