Update service.h
This commit is contained in:
parent
d49e994413
commit
4a1a9bc8f7
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <drivers/sensor.h>
|
||||
|
||||
#define ZMK_SPLIT_RUN_BEHAVIOR_DEV_LEN 9
|
||||
|
||||
struct zmk_split_run_behavior_data {
|
||||
|
@ -22,3 +24,4 @@ struct zmk_split_run_behavior_payload {
|
|||
|
||||
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);
|
||||
|
|
Loading…
Add table
Reference in a new issue