mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Rocker Add WPS and Tree Hotkey, button codes in debug menu
VolUp+VolDown becomes the wps and tree (file browser) hotkey Change-Id: I0cba96927420c318506bc0c15dabcb809cd81647
This commit is contained in:
parent
4e5499606b
commit
1a68856f52
3 changed files with 10 additions and 3 deletions
|
|
@ -70,6 +70,7 @@ bool dbg_hw_info(void)
|
|||
#endif
|
||||
|
||||
btn = button_read_device();
|
||||
lcd_putsf(0, line++, "btn: %d", btn);
|
||||
|
||||
lcd_update();
|
||||
sleep(HZ/16);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue