From 4098aabd4b5d4da87d9a4814c9934dbbded230fb Mon Sep 17 00:00:00 2001 From: Chatblanc77 <107761260+Chatblanc77@users.noreply.github.com> Date: Fri, 9 Sep 2022 14:45:30 +0700 Subject: [PATCH] Update service.h --- app/include/zmk/split/bluetooth/service.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/include/zmk/split/bluetooth/service.h b/app/include/zmk/split/bluetooth/service.h index bed476bf..30dec256 100644 --- a/app/include/zmk/split/bluetooth/service.h +++ b/app/include/zmk/split/bluetooth/service.h @@ -6,8 +6,6 @@ #pragma once -#include - #define ZMK_SPLIT_RUN_BEHAVIOR_DEV_LEN 9 struct zmk_split_run_behavior_data { @@ -24,5 +22,3 @@ 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); -