rockbox/apps/keymaps
2006-09-18 12:41:12 +00:00
..
keymap-gigabeat.c
keymap-h1x0_h3x0.c Reverted the recording timer commit, as it has at least 2 major problems. (1) It uses the user timer, which interferes e.g. with backlight fading on H1x0 (and potentially other targets). Using the user timer here is a waste, as the required timing lies in the range of seconds to days. A tick task would be sufficient. (2) It draws to the LCD from within an ISR. This must not be done unless there's a mechanism to ensure it doesn't interfere with the main thread's drawing, otherwise garbage might be displayed and LCD updates might stop working. 2006-09-18 12:41:12 +00:00
keymap-h10.c
keymap-ifp7xx.c
keymap-ipod.c
keymap-newtarget.c
keymap-ondio.c This should fix ondios to use MENU+LEFT/RIGHT combos for horizontal 2006-09-16 21:05:02 +00:00
keymap-player.c
keymap-recorder.c
keymap-x5.c