# contributed by Bernardo Santos
#
# brand:             Gradiente
# model:             D-10
# supported devices:  Remote control for gradiente's D-10 DVD player.
# Automatic generation didn`t work well so I had to
# figure out the protocol myself. It is similar to the one
# on the generic RECS80.conf config file.
#

begin remote

  name  D-10
  bits           11
  flags SPACE_ENC
  eps            25
  aeps          100

  one           270  7310
  zero          270  4800
  ptrail        270
  toggle_bit    2
  gap            49000


      begin codes
	'POWER'               0x000000000000075E    # POWER
	'EJECT'               0x0000000000000766    # EJECT
	'ANGLE'               0x000000000000076E    # ANGLE
	'INDEX'               0x000000000000075A    # INDEX
	'A-B'                 0x000000000000075F    # A-B
	'MUTE'                0x0000000000000758    # MUTE
	'1'                   0x0000000000000775    # 1
	'2'                   0x000000000000076D    # 2
	'3'                   0x0000000000000765    # 3
	'4'                   0x000000000000075D    # 4
	'5'                   0x0000000000000774    # 5
	'6'                   0x000000000000076C    # 6
	'7'                   0x0000000000000764    # 7
	'8'                   0x000000000000075C    # 8
	'9'                   0x0000000000000773    # 9
	'0'                   0x000000000000076B    # 0
	'MENU'                0x0000000000000767    # MENU
	'TITLE'               0x0000000000000776    # TITLE
	'SUBTITLE'            0x0000000000000763    # SUBTITLE
	'AUDIO'               0x0000000000000760    # AUDIO
	'PAUSE'               0x0000000000000759    # PAUSE
	'ACTIVE_MENU'         0x000000000000076F    # ACTIVE_MENU
	'EXIT'                0x0000000000000770    # EXIT
	'UP_FW'               0x0000000000000768    # UP_FW
	'LEFT_RW'             0x0000000000000771    # LEFT_RW
	'OK_PLAY'             0x0000000000000769    # OK_PLAY
	'RIGHT_FW'            0x0000000000000761    # RIGHT_FW
	'DOWN_RW'             0x000000000000076A    # DOWN_RW
	'STOP'                0x0000000000000762    # STOP
	'SKIP_BACK'           0x0000000000000777    # SKIP_BACK
	'SKIP_FORWARD'        0x0000000000000772    # SKIP_FORWARD
      end codes

end remote
