#
# Contributed by Steve - steve @ sfinnovations.net
#
# I THINK this remote is for CD/TUNER dealy but am unsure at this point.
# The only markings on it are: "Digital Remote Control"
# In the battery compartment: "RC19420002/01" , "3139 228 6001",
# "HK11 06224 C 003557"
# Your guess is as good as mine!! Upon emailing Philips a picture of it
# and all the above numbers, they didn't seem to know what it was
# designed for.  It would not auto-generate automatically, so I Downloaded
# all the PHILIPS .cf files and tried one at a time until I found a file
# that would at least work with the "VOL" buttons.  From this point on, I
# generated the hex numbers (one at a time), until I had mapped all the 
# keys on the keypad.  ummmm.. yeah... A waste of 4.5+ hrs!!! :)  But I 
# really like the remote and it's size for my mobile MP3 machine.
# Lemme know if anyone else finds a use for it!! 
#
# brand:             Philips
# model:             Uknown
# supported devices: CD/TUNER
#


begin remote

  name  SmallRemote
  bits           13
  flags RC5|SHIFT_ENC|CONST_LENGTH
  eps            30
  aeps          100

  one           972   797
  zero          972   797
  plead        1144
  gap          113668
  toggle_bit      2


      begin codes
	'VOLUMEUP'            0x0000000000001410    # volUp
	'VOLUMEDOWN'          0x0000000000001411    # volDn
	'CD'                  0x000000000000153F    # cd
	'MUTE'                0x000000000000140D    # mute
	'POWER'               0x000000000000140C    # power
	'BASS'                0x000000000000141D    # bass
	'SHUFFLE'             0x000000000000151C    # shuffle
	'REPEAT'              0x000000000000151D    # repeat
	'PLAY'                0x0000000000001535    # play
	'SHUFFLEL'            0x0000000000001521    # shuffleL
	'SHUFFLER'            0x0000000000001520    # shuffleR
	'STOP'                0x0000000000001536    # stop
	'SEARCHL'             0x0000000000001532    # searchL
	'SEARCHR'             0x0000000000001534    # searchR
	'PRESETUP'            0x0000000000001460    # presetUp
	'PRESETDN'            0x0000000000001461    # presetDn
	'TUNER'               0x000000000000147F    # tuner
	'BAND'                0x000000000000146E    # band
	'TUNINGL'             0x000000000000145F    # tuningL
	'TUNINGR'             0x000000000000145E    # tuningR
      end codes

end remote
