Skip to content

Commit cb2fb5d

Browse files
committed
fixup! refactor(split): Refactor split code for extension
1 parent 76b6250 commit cb2fb5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/split/bluetooth/service.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,8 @@ static int zmk_peripheral_ble_report_event(const struct zmk_split_transport_peri
359359

360360
break;
361361
#endif
362-
#if IS_ENABLED(CONFIG_ZMK_POINTING)
362+
363+
#if IS_ENABLED(CONFIG_ZMK_INPUT_SPLIT)
363364
case ZMK_SPLIT_TRANSPORT_PERIPHERAL_EVENT_TYPE_INPUT_EVENT:
364365
return zmk_split_bt_report_input(ev->data.input_event.reg, ev->data.input_event.type,
365366
ev->data.input_event.code, ev->data.input_event.value,

0 commit comments

Comments
 (0)