mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-01 19:05:20 -05:00
fix(sensors): Clean ups based on code review.
This commit is contained in:
committed by
Pete Johanson
parent
3a91b32513
commit
753802cd79
@@ -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; };
|
||||
|
||||
Reference in New Issue
Block a user