zmk_mf68/app/include/zmk/behavior.h

8 lines
107 B
C

#pragma once
struct zmk_behavior_binding {
char *behavior_dev;
u32_t param1;
u32_t param2;
};