Thats currently how I have it set up. The reason I want to dedicate everything to the middle button is because my outer case was also damaged and I am planing on replacing it with a wooden shell. I had planned on removing the "play" ">>" "<<" and ":..?" buttons, keeping only the power button, the ring, and the middle button, all of which I will be re-facing with wood as well.
Before I went ahead with the actual physical modifications though I wanted to make sure I could set my sansa up as I wanted.
Also I forgot to mention but would I be able to make it play all music on a microSD card as well without any extra button presses needed? I've never used a microSD card so I am unsure.
Looking at the keymap source I have run into a quick problem; I want to be able to have it skip ahead a song with a quick press of the select button, but pause with a long press, and after reading somewhat through these forums I would also like to implement a double click to repeat last song.
So:
Quick press --> Next Song
Long Press --> Pause
Double Press --> Repeat Current
Can someone point me in the direction of how to achieve this? Also will putting Button_None like this:
{ ACTION_STD_PREV, BUTTON_NONE, BUTTON_NONE },
{ ACTION_STD_PREVREPEAT, BUTTON_NONE, BUTTON_NONE },
Disable the function? (Make it inaccessible)