update flake.lock, add debounce
This commit is contained in:
@ -66,4 +66,9 @@ RC(2,0) RC(2,1) RC(2,2) RC(2,3) RC(2,4) RC(2,5) RC(3,5) RC(3,6
|
||||
sensors = <&left_encoder &right_encoder>;
|
||||
};
|
||||
|
||||
|
||||
};
|
||||
&kscan0 {
|
||||
debounce-press-ms = <1>;
|
||||
debounce-release-ms = <2>;
|
||||
};
|
||||
|
@ -8,7 +8,7 @@
|
||||
# RGB Underglow (Uncomment these two lines to add support to your firmware)
|
||||
# RGB quickly drains battery power
|
||||
#CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
CONFIG_WS2812_STRIP=y
|
||||
#CONFIG_WS2812_STRIP=y
|
||||
CONFIG_ZMK_SLEEP=y
|
||||
|
||||
# Boost the Bluetooth signal only if having connection issues
|
||||
|
Reference in New Issue
Block a user