1
0
Fork 0
forked from len0rd/rockbox

surfansf28: Major improvements:

* Add a crude keymap
 * Use native "hardware mute" for audiohw_mute()
 * Properly handle touchscreen inputs
 * Can now play back music, with some warts..

Broken:

 * rotary wheel still doesn't work
 * audio garbled/distorted a bit
 * no volume control

Change-Id: I040217035a7bf3983b0e269fca3408eedd972cd0
This commit is contained in:
Solomon Peachy 2025-05-04 21:50:30 -04:00
parent 3a0d490713
commit 95f970076e
6 changed files with 239 additions and 15 deletions

View file

@ -301,4 +301,6 @@ keymaps/keymap-erosq.c
keymaps/keymap-shanlingq1.c
#elif CONFIG_KEYPAD == ECHO_R1_PAD
keymaps/keymap-echor1.c
#elif CONFIG_KEYPAD == SURFANS_F28_PAD
keymaps/keymap-surfansf28.c
#endif