fix(sensors): Clean ups based on code review.
This commit is contained in:
parent
3a91b32513
commit
753802cd79
7 changed files with 26 additions and 29 deletions
|
|
@ -13,7 +13,7 @@
|
|||
#include "behavior_sensor_rotate_common.h"
|
||||
|
||||
static const struct behavior_driver_api behavior_sensor_rotate_driver_api = {
|
||||
.sensor_binding_data = zmk_behavior_sensor_rotate_common_data,
|
||||
.sensor_binding_accept_data = zmk_behavior_sensor_rotate_common_accept_data,
|
||||
.sensor_binding_process = zmk_behavior_sensor_rotate_common_process};
|
||||
|
||||
static int behavior_sensor_rotate_init(const struct device *dev) { return 0; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue