I added this to the froyo user.conf file and everything works but the keyboard? Ideas why that would be?
Code:
NAND_Settings{
#BACKLIGHT
echo 50 >/sys/class/leds/lcd-backlight/brightness
#LCD_Density
echo "ro.sf.lcd_density=240" >> /etc/default.prop #210 or 240
echo Setting ro.sf.lcd_density=240 #210 or 240
#Keyboard Layout
cp -f /init.etc/keymaps/rhod500_microp-keypad.kl /etc/keymaps/microp-keypad.kl
cp -f /init.etc/keymaps/rhod500_microp-keypad.kcm.bin /etc/keymaps/microp-keypad.kcm.bin
}