We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b6250 commit cb2fb5dCopy full SHA for cb2fb5d
app/src/split/bluetooth/service.c
@@ -359,7 +359,8 @@ static int zmk_peripheral_ble_report_event(const struct zmk_split_transport_peri
359
360
break;
361
#endif
362
-#if IS_ENABLED(CONFIG_ZMK_POINTING)
+
363
+#if IS_ENABLED(CONFIG_ZMK_INPUT_SPLIT)
364
case ZMK_SPLIT_TRANSPORT_PERIPHERAL_EVENT_TYPE_INPUT_EVENT:
365
return zmk_split_bt_report_input(ev->data.input_event.reg, ev->data.input_event.type,
366
ev->data.input_event.code, ev->data.input_event.value,
0 commit comments