#
# Multi-function remote, this is for the stock AUX
# setting.
#
# NOTE: NOT ALL BUTTONS ARE AVAILABLE UNDER THE STOCK
# AUX SETTING
#
#Unavailable:
#	TV/VCR/AUX/DVD/CBL/SAT
#	Code Search
#	Learn
#	Open/Close
#	CC On/Off
#	Audio
#	Zoom
#	Resume
#	>10
#	Title/Guide
#
# From the book (Clearing a single mode)
# * Press and hold CODE SEARCH until it turns on.
# * Select the mode (Aux) and the light should blink
# * Press LEARN TWICE (2 times) and the light should blink
# * Press CODE SEARCH and the light should turn off
#

begin remote

  name  Philips-PMDVD6T-Universal-AUX
  bits           16
  flags SPACE_ENC|CONST_LENGTH
  eps            30
  aeps          100

  header       9001  4394
  one           609  1623
  zero          609   495
  ptrail        609
  repeat       8959  2216
  pre_data_bits   16
  pre_data       0x2F4
  gap          106948
  toggle_bit      0


      begin codes
          KEY_POWER                    0xC03F
                  0xA05F
                0x609F
                         0xF807
                           0xD827
                    0x9867
          KEY_CLEAR                    0xFF00
                        0x20DF
          KEY_1                      0x10EF
          KEY_2                      0x50AF
          KEY_3                    0x906F
          KEY_4                     0x30CF
          KEY_5                     0x708F
          KEY_6                      0xB04F
          KEY_7                    0x08F7
          KEY_8                    0x8877
          KEY_9                     0x48B7
          KEY_0                     0xA857
          KEY_ENTER                    0x58A7
                       0x807F
          KEY_MENU                     0xC837
                        0xFF00
                               0xFF00
                          0xD02F
               0xB847
          KEY_PLAY                     0x18E7
           0x7887
          KEY_RECORD                   0x28D7
          KEY_STOP                     0x38C7
          KEY_PAUSE                    0x40BF
                             0x6897
                           0x00FF
                      0xE817
                     0xF00F
                      0x58A7
          KEY_M                        0xE01F
      end codes

end remote


