Skip to content
Snippets Groups Projects

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

@@ -80,7 +80,7 @@ key-vol-down {
linux,code = <KEY_VOLUMEDOWN>;
debounce-interval = <50>;
wakeup-source;
autorepeat: true;
autorepeat;
};
key-vol-up {
@@ -89,7 +89,7 @@ key-vol-up {
linux,code = <KEY_VOLUMEUP>;
debounce-interval = <50>;
wakeup-source;
autorepeat: true;
autorepeat;
};
};
Loading