Skip to content

Commit

Permalink
Enable mouse emulation by default on Glove80
Browse files Browse the repository at this point in the history
In order to build layouts with mouse keys using the layout editor, we
want to enable mouse support by default. Once mouse support is
upstreamed, the layout editor can add an explicit configuration option
for it, and the default can return to off.
  • Loading branch information
bryanforbes committed Nov 15, 2023
1 parent c1b6924 commit 4c3f990
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/boards/arm/glove80/glove80_lh_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ CONFIG_ZMK_HID_CONSUMER_REPORT_USAGES_BASIC=y
# Enable USB boot protocol support
CONFIG_ZMK_USB_BOOT=y

# Enable mouse-key support
CONFIG_ZMK_MOUSE=y
CONFIG_ZMK_MOUSE_TICK_DURATION=16

# Turn on debugging to disable optimization. Debug messages can result in larger
# stacks, so enable stack protection and particularly a larger BLE peripheral stack.
# CONFIG_DEBUG=y
Expand Down

0 comments on commit 4c3f990

Please sign in to comment.