Skip to content

Commit cc7f6da

Browse files
committed
updated mouse support with official pointing device
zmkfirmware/zmk#2477
1 parent fe42404 commit cc7f6da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

applications/nrf_desktop/configuration/common/hid_report_desc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#define CONFIG_ZMK_HID_CONSUMER_REPORT_USAGES_FULL 1
1515

1616
#define CONFIG_ZMK_HID_INDICATORS 1
17-
#define CONFIG_ZMK_MOUSE 1
17+
#define CONFIG_ZMK_POINTING 1
1818
#include <zmk/hid.h>
1919

2020
const uint8_t *hid_report_desc = zmk_hid_report_desc;

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ manifest:
295295
- name: zmk
296296
repo-path: zmk
297297
path: zmk
298-
revision: v0.1.0
298+
revision: bb486619a183f6df7fbb4620c80164555a22da0b
299299
remote: zmkfirmware
300300

301301
# West-related configuration for the nrf repository.

0 commit comments

Comments
 (0)