Skip to content

Commit

Permalink
slicemk: misc: enable mouse keys globally (2025-02-25)
Browse files Browse the repository at this point in the history
  • Loading branch information
xudongzheng committed Feb 27, 2025
1 parent 23ace85 commit b550b89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/Kconfig.slicemk
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ config ZMK_BLE_THREAD_STACK_SIZE

config ZMK_SPLIT_CENTRAL_SPLIT_RUN_STACK_SIZE
default 2048

# Enable mouse emulation support globally.
config ZMK_POINTING
default y
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
<dbg> ble_central: pairing_complete: Pairing complete
<dbg> ble_central: read_cb: Read err: 0, length 8
<dbg> ble_central: read_cb: Read err: 0, length 12
<dbg> ble_central: read_cb: Read err: 0, length 9

0 comments on commit b550b89

Please sign in to comment.