fix: use goosekb zmk config as starting point for firmware
This commit is contained in:
parent
1878cfe636
commit
b3b04d9847
10 changed files with 393 additions and 0 deletions
12
firmware/zmk-config/goose.conf
Normal file
12
firmware/zmk-config/goose.conf
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Enable deep sleep and timeouts
|
||||
CONFIG_ZMK_SLEEP=y
|
||||
CONFIG_ZMK_IDLE_TIMEOUT=30000
|
||||
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
|
||||
|
||||
# Enable encoder
|
||||
CONFIG_EC11=y
|
||||
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
|
||||
|
||||
# Debounce ?
|
||||
CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=10
|
||||
CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=10
|
||||
Loading…
Add table
Add a link
Reference in a new issue