Lines Matching +full:debounce +full:- +full:ms
2 -------------------------------------------------------------------------------
5 - compatible: "holtek,ht16k33"
6 - reg: I2C slave address of the chip.
7 - interrupts: Interrupt specification for the key pressed interrupt.
8 - refresh-rate-hz: Display update interval in HZ.
9 - debounce-delay-ms: Debouncing interval time in milliseconds.
10 - linux,keymap: The keymap for keys as described in the binding
11 document (devicetree/bindings/input/matrix-keymap.txt).
14 - linux,no-autorepeat: Disable keyrepeat.
15 - default-brightness-level: Initial brightness level [0-15] (default: 15).
23 refresh-rate-hz = <20>;
24 debounce-delay-ms = <50>;
25 interrupt-parent = <&gpio4>;