#
# contributed by Daniel Kapanadze <daniel@echo.ru>
#
# brand:                       JVC
# model no. of remote control: MasterCommand RM-C475W
# devices being controlled by this remote:
#

begin remote

  name  JVC-RM-C475W
  bits            8
  flags SPACE_ENC|NO_HEAD_REP|CONST_LENGTH
  eps            30
  aeps          100

  header       8492  4182
  one           558  1555
  zero          558   496
  ptrail        559
  pre_data_bits   8
  pre_data       0xC0
  gap          46464
  min_repeat      1
  toggle_bit      0


      begin codes

	'POWER'               0x0E8                 # Power

	'1'                   0x084                 # 1
	'2'                   0x044                 # 2
	'3'                   0x0C4                 # 3
	'4'                   0x024                 # 4
	'5'                   0x0A4                 # 5
	'6'                   0x064                 # 6
	'7'                   0x0E4                 # 7
	'8'                   0x014                 # 8
	'9'                   0x094                 # 9
	'0'                   0x004                 # 0
	'100+'                0x0EE                 # 100+
	'RETURN'              0x0A0                 # Return

	'DISPLAY'             0x020                 # Display
	'MENU'                0x05E                 # Menu
	'CLOSEDCAPTION'       0x070                 # ClosedCaption
	'RECALLCHOICE'        0x03C                 # RecallChoice
	'AVSTATUS'            0x0B0                 # AVStatus
	'TV-VIDEO'            0x0C8                 # TV-Video

	'CHANNELDOWN'         0x018                 # Channel-
	'CHANNELUP'           0x098                 # Channel+
	'VOLUMEDOWN'          0x0F8                 # Volume-
	'VOLUMEUP'            0x078                 # Volume+

	'MUTE'                0x038                 # Mute

	'CURSORLEFT'          0x0DA                 # CursorLeft
	'CURSORRIGHT'         0x05A                 # CursorRight
	'CURSORUP'            0x03E                 # CursorUp
	'CURSORDOWN'          0x0DE                 # CursorDown

      end codes

end remote
