From 9302133068b39363c8dde84490d7e958a4e52152 Mon Sep 17 00:00:00 2001 From: Chatblanc77 <107761260+Chatblanc77@users.noreply.github.com> Date: Fri, 9 Sep 2022 13:10:13 +0700 Subject: [PATCH] add encoder --- app/include/zmk/split/bluetooth/service.h | 1 + 1 file changed, 1 insertion(+) diff --git a/app/include/zmk/split/bluetooth/service.h b/app/include/zmk/split/bluetooth/service.h index b3b3b251..bed476bf 100644 --- a/app/include/zmk/split/bluetooth/service.h +++ b/app/include/zmk/split/bluetooth/service.h @@ -25,3 +25,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); +