X-Git-Url: https://git.donarmstrong.com/?p=kiibohd-controller.git;a=blobdiff_plain;f=Scan%2FMatrixARM%2Fcapabilities.kll;h=fe0192df0c046446c5a4d681326b8dd6163c8a02;hp=8221ec8f2d6e2ad7f11e2f73f8204b457099bd80;hb=98f796d4df16c5aa14d0d07a5250c589dfb5f13a;hpb=f708ce720cf4bf04ec41488f81536d0f578e30d3 diff --git a/Scan/MatrixARM/capabilities.kll b/Scan/MatrixARM/capabilities.kll index 8221ec8..fe0192d 100644 --- a/Scan/MatrixARM/capabilities.kll +++ b/Scan/MatrixARM/capabilities.kll @@ -32,3 +32,10 @@ DebounceThrottleDiv => DebounceThrottleDiv_define; DebounceThrottleDiv = 0; # Default #DebounceThrottleDiv = 2; # /4 divider +# This defines the minimum amount of time after a transition until allowing another transition +# Generally switches require a minimum 5 ms debounce period +# Since a decision can usually be made quite quickly, there is little latency on each press +# However, this defines the latency at which the switch state can change +MinDebounceTime => MinDebounceTime_define; +MinDebounceTime = 5; # 5 ms +