Fix formatting

This commit is contained in:
Manassarn Manoonchai 2023-01-03 23:37:06 +07:00
parent f938c971b9
commit fd65189393
2 changed files with 11 additions and 12 deletions

View file

@ -22,7 +22,6 @@ struct zmk_split_run_behavior_payload {
char behavior_dev[ZMK_SPLIT_RUN_BEHAVIOR_DEV_LEN];
} __packed;
int zmk_split_bt_position_pressed(uint8_t position);
int zmk_split_bt_position_released(uint8_t position);
int zmk_split_bt_sensor_triggered(uint8_t sensor_number, struct sensor_value value);