Skip to content

Commit

Permalink
Enable Mouse support
Browse files Browse the repository at this point in the history
  • Loading branch information
proostas committed Dec 12, 2023
1 parent 36819a9 commit 88bb1ca
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion config/corne.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,16 @@
# Increase BT power
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

# Set sleep timeout to 30min (30*60*1000ms)
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000

# Mouse config, requires PR #778
CONFIG_ZMK_MOUSE=y
CONFIG_ZMK_MOUSE_TICK_DURATION=8

# Keyboard Name
CONFIG_USB_DEVICE_PRODUCT="Corne 3 WL USB"
CONFIG_BT_DEVICE_NAME="Corne 3 WL BT"

# https://gist.github.com/reversebias/4cdb976830dbf19b8651ad53123adbe0
# https://gist.github.com/reversebias/4cdb976830dbf19b8651ad53123adbe0

0 comments on commit 88bb1ca

Please sign in to comment.