#
# RC-6 config file
#
# source: http://home.hccnet.nl/m.majoor/projects__remote_control.htm
#         http://home.hccnet.nl/m.majoor/pronto.pdf
#
# used by: Philips
#
#########
#
# Philips Media Center Edition remote control
# For use with the USB MCE ir receiver
#
# Dan Conti  dconti|acm.wwu.edu
#
# Updated with codes for MCE 2005 Remote additional buttons
# *, #, Teletext, Red, Green, Yellow & Blue Buttons
# Note: TV power button transmits no code until programmed.
# Updated 12th September 2005
# Graham Auld - mce|graham.auld.me.uk
#
# Radio, Print, RecTV are only available on the HP Media Center remote control
#

begin remote

  name mceusb
  bits           16
  flags RC6|CONST_LENGTH
  eps            30
  aeps          100

  header       2667   889
  one           444   444
  zero          444   444
  pre_data_bits 21
  pre_data      0x37FF0
  gap          83800
  toggle_bit     22
  rc6_mask     0x100000000


      begin codes

	KEY_BLUE	0x00007ba1
	KEY_YELLOW	0x00007ba2
	KEY_GREEN	0x00007ba3
	KEY_RED	0x00007ba4
	Teletext	0x00007ba5

# starts at af
        KEY_RADIO    0x00007baf
        Print    0x00007bb1
        KEY_VIDEO   0x00007bb5
        Pictures 0x00007bb6
        RecTV    0x00007bb7
        KEY_AUDIO    0x00007bb8
        KEY_TV       0x00007bb9
# no ba - d8

        Guide    0x00007bd9
        LiveTV   0x00007bda
        KEY_DVD      0x00007bdb
        KEY_BACK     0x00007bdc
        KEY_OK       0x00007bdd
        KEY_RIGHT    0x00007bde
        KEY_LEFT     0x00007bdf
        KEY_DOWN     0x00007be0
        KEY_UP       0x00007be1

        Star       0x00007be2
        Hash       0x00007be3

        KEY_AGAIN   0x00007be4
        KEY_NEXT     0x00007be5
        KEY_STOP     0x00007be6
        KEY_PAUSE    0x00007be7
        KEY_RECORD   0x00007be8
        KEY_PLAY     0x00007be9
        KEY_REWIND   0x00007bea
        KEY_FORWARD  0x00007beb
        KEY_CHANNELDOWN 0x00007bec
        KEY_CHANNELUP   0x00007bed
        KEY_VOLUMEDOWN  0x00007bee
        KEY_VOLUMEUP    0x00007bef
        More     0x00007bf0
        KEY_MUTE     0x00007bf1
        KEY_HOME     0x00007bf2
        KEY_POWER    0x00007bf3
        KEY_ENTER    0x00007bf4
        KEY_CLEAR    0x00007bf5
        KEY_9     0x00007bf6
        KEY_8    0x00007bf7
        KEY_7    0x00007bf8
        KEY_6      0x00007bf9
        KEY_5     0x00007bfa
        KEY_4     0x00007bfb
        KEY_3    0x00007bfc
        KEY_2      0x00007bfd
        KEY_1      0x00007bfe
        KEY_0     0x00007bff
      end codes

end remote
