From d2591812b9fbf530bc5a64ae1d5877b45dfb9895 Mon Sep 17 00:00:00 2001 From: Matteo Dal Molin Date: Fri, 29 Nov 2024 17:45:15 +0100 Subject: [PATCH] Try to enable COMBOs --- boards/shields/swweeep/swweeep_left.conf | 3 ++- boards/shields/swweeep/swweeep_right.conf | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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"