Fix formatting
This commit is contained in:
parent
b97737aa1b
commit
22818e6341
1 changed files with 2 additions and 1 deletions
|
@ -269,7 +269,8 @@ int zmk_keymap_sensor_triggered(uint8_t sensor_number, const struct device *sens
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct zmk_behavior_binding_event event = {.position = sensor_number, .timestamp = timestamp};
|
struct zmk_behavior_binding_event event = {.position = sensor_number,
|
||||||
|
.timestamp = timestamp};
|
||||||
ret = behavior_sensor_keymap_binding_triggered(binding, sensor, event);
|
ret = behavior_sensor_keymap_binding_triggered(binding, sensor, event);
|
||||||
|
|
||||||
if (ret > 0) {
|
if (ret > 0) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue