1
0
Fork 0

dts: bring down the debounce interval for the right and left keys, so people can switch pages

ap6256_fix_clean_1.6.0.6_adjusted_devicetree
Martin T. H. Sandsmark 2017-08-17 20:12:14 +02:00
parent 9ab9c1ef4a
commit f41eabe36d
1 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@
gpios = <&gpio3 24 GPIO_ACTIVE_LOW>;
linux,code = <KEY_LEFT>;
gpio-key,wakeup;
debounce-interval = <100>;
debounce-interval = <10>;
};
button_2 {
@ -101,7 +101,7 @@
gpios = <&gpio3 28 GPIO_ACTIVE_LOW>;
linux,code = <KEY_RIGHT>;
gpio-key,wakeup;
debounce-interval = <100>;
debounce-interval = <10>;
};
button_4 {
label = "LowPower";