A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd

Samsung YP-R1: fix OF boot shortcut

ypr1 target should switch back to OF by pressing volume down,
since volume up is already mapped to the early/safe mode.

Change-Id: I18c4deed2c8982dbee18b081ecc59b970c654473

authored by

Lorenzo Miori and committed by
Solomon Peachy
92a529b4 2dd6633d

+1 -1
+1 -1
utils/ypr0tools/rockbox.sh
··· 17 17 if [ -e "/dev/r1Button" ] 18 18 then 19 19 # running on YP-R1 model (volume up button) 20 - BTN=$(echo -e -n "\x02") 20 + BTN=$(echo -e -n "\x03") 21 21 VAL=$(dd if=/dev/r1Button bs=4 count=1) 22 22 else 23 23 # running on YP-R0 model (menu button)