Odroid Remote as a secondary remote
remotesecond.conf
Code
		
					
				factory_code    = 0x4db20001
factory_infcode = 1            #set as the second remote
work_mode       = 0
repeat_enable   = 1
repeat_delay    = 130
repeat_peroid   = 120
release_delay   = 20
debug_enable    = 1
key_begin
 0xdc 31  #POWER OPTIONS
 
 0x88 113 #MUTE
 0x82 102 #HOME
 
 0x99 105 #LEFT
 0xc1 106 #RIGHT
 0xca 103 #UP
 0xd2 108 #DOWN
 0xce 28  #ENTER (OK)
 
 0xc5 23  #INFO
 0x9a 158 #BACK
 
 0x81 114 #VOL-
 0x80 115 #VOL+ 
key_end
repeat_key_begin
repeat_key_end
	
			Display More