Skip to content

Commit

Permalink
Try to enable COMBOs
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoDM committed Nov 29, 2024
1 parent 9ec89e7 commit d259181
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion boards/shields/swweeep/swweeep_left.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ CONFIG_ZMK_RGB_UNDERGLOW=n
CONFIG_WS2812_STRIP=n
CONFIG_ZMK_EXT_POWER=y
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000
CONFIG_ZMK_COMBO=y
# How to build
# cd app
# west build -d build/swweeep/right --pristine -b "nice_nano_v2" -- -DSHIELD="swweeep_right"
Expand Down
1 change: 1 addition & 0 deletions boards/shields/swweeep/swweeep_right.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ CONFIG_WS2812_STRIP=n
CONFIG_ZMK_EXT_POWER=y
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000
CONFIG_ZMK_COMBO=y
# How to build
# cd app
# west build -d build/swweeep/right --pristine -b "nice_nano_v2" -- -DSHIELD="swweeep_right"
Expand Down

0 comments on commit d259181

Please sign in to comment.