We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef8e31b commit c0b918aCopy full SHA for c0b918a
arch/arm/boot/dts/overlays/README
@@ -1592,6 +1592,7 @@ Params: gpio GPIO pin to trigger on (default 3)
1592
(GPIO3) has an external pullup
1593
label Set a label for the key
1594
keycode Set the key code for the button
1595
+ autorepeat Set the key to autorepeat
1596
1597
1598
arch/arm/boot/dts/overlays/gpio-key-overlay.dts
@@ -43,6 +43,7 @@
43
keycode = <&key>,"linux,code:0";
44
gpio_pull = <&pin_state>,"brcm,pull:0";
45
active_low = <&key>,"gpios:8";
46
+ autorepeat = <&button>,"autorepeat?";
47
};
48
49
0 commit comments