diff --git a/boards/shields/swweeep/swweeep_left.conf b/boards/shields/swweeep/swweeep_left.conf index 3e651c2..83d8ce3 100644 --- a/boards/shields/swweeep/swweeep_left.conf +++ b/boards/shields/swweeep/swweeep_left.conf @@ -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" diff --git a/boards/shields/swweeep/swweeep_right.conf b/boards/shields/swweeep/swweeep_right.conf index 3e651c2..19100e3 100644 --- a/boards/shields/swweeep/swweeep_right.conf +++ b/boards/shields/swweeep/swweeep_right.conf @@ -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"