Q-Code User Manual
Ver. 7.0 2021/11/30
275
1. NY4 / NY5 / NY5+ / NY6 / NY7 / NX1 do not support this command.
2. If user wants to reset the entire system after the execution of Enforce_Calibrate, may write
a SW_Reset command or enable SW_Reset Option.
Ex.
Enforce_Calibrate: SW_Reset
; Software Reset.
4.31.36 Debounce(Time)
The Debounce(Time) command provides a method to change the scanning Debounce time of the
Direct and the Matrix buttons at the same time. The time unit is millisecond or second (default is
second), minimum=0ms, maximum=1s.
Note:
1. NX1 does not support this command.
2. The Debounce(Time) command will affect both the Direct and the Matrix buttons.
3. For NY9T, Debounce Option or of Debounce(Time) are exclusive.
Ex.
[Path]
PowerOn
: KEY1, KEY_ON
TR1: Debounce(16ms)
; Set the Debounce times of Direct and Matrix buttons as 16ms.
TR2: Debounce(0.06)
; Set the Debounce times of Direct and Matrix buttons as 60ms.
4.31.37 Direct_Debounce(Time)
The Direct_Debounce(Time) command provides a method to change the scanning Debounce time of
the Direct button. The time unit is millisecond or second (default is second), minimum=0ms,
maximum=1s.
Note:
1. NY4 / NY5 / NY9T / NX1 does not support this command.
2. The Direct_Debounce(Time) command is valid only for the Direct button, without affecting
the Matrix button.
Ex.
[Path]
PowerOn
: KEY1, KEY_ON
TR1: Direct_Debounce(16ms)
; Set the Debounce time of Direct button as 16ms.
TR2: Direct_Debounce(0.06)
; Set the Debounce time of Direct button as 60ms.