Skip to content
Snippets Groups Projects

Draft: arm64: dts: imx8mq-librem5: Enable autorepeat for volume keys

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -80,6 +80,7 @@ key-vol-down {
linux,code = <KEY_VOLUMEDOWN>;
debounce-interval = <50>;
wakeup-source;
autorepeat;
};
key-vol-up {
@@ -88,6 +89,7 @@ key-vol-up {
linux,code = <KEY_VOLUMEUP>;
debounce-interval = <50>;
wakeup-source;
autorepeat;
};
};
Loading