Last active
August 23, 2018 23:08
-
-
Save nknote/48dc1071394690580a3a to your computer and use it in GitHub Desktop.
Odroid C1 /etc/lirc/lircd.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
begin remote | |
name atrix_multidock_remote | |
bits 8 | |
flags RC6|CONST_LENGTH | |
eps 30 | |
aeps 100 | |
header 2639 911 | |
one 420 464 | |
zero 420 464 | |
pre_data_bits 29 | |
pre_data 0x37F9E08 | |
gap 106437 | |
toggle_bit_mask 0x8000 | |
rc6_mask 0x100000000 | |
begin codes | |
KEY_TV 0xC7 | |
KEY_OK 0xA3 | |
KEY_RIGHT 0xA4 | |
KEY_LEFT 0xA5 | |
KEY_DOWN 0xA6 | |
KEY_UP 0xA7 | |
KEY_MENU 0xAB | |
KEY_HOME 0x8E | |
KEY_BACK 0x7C | |
KEY_REWIND 0xE0 | |
KEY_PLAYPAUSE 0xD3 | |
KEY_FORWARD 0xE1 | |
KEY_VOLUMEDOWN 0xEE | |
KEY_MUTE 0xF2 | |
KEY_VOLUMEUP 0xEF | |
end codes | |
end remote |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Please make this file available to others | |
# by sending it to <[email protected]> | |
# | |
# this config file was automatically generated | |
# using lirc-0.9.0(default) on Sun May 10 16:28:25 2015 | |
# | |
# contributed by | |
# | |
# brand: lgremote | |
# model no. of remote control: | |
# devices being controlled by this remote: | |
# | |
begin remote | |
name lgremote | |
bits 16 | |
flags SPACE_ENC|CONST_LENGTH | |
eps 30 | |
aeps 100 | |
header 9001 4566 | |
one 547 1705 | |
zero 547 580 | |
ptrail 546 | |
repeat 9004 2311 | |
pre_data_bits 16 | |
pre_data 0x20DF | |
gap 108526 | |
toggle_bit_mask 0x0 | |
begin codes | |
Power 0x10EF # Was: power | |
energy 0xA956 | |
avmode 0x0CF3 | |
input 0xD02F | |
tvrad 0x0FF0 | |
One 0x8877 # Was: 1 | |
Two 0x48B7 # Was: 2 | |
Three 0xC837 # Was: 3 | |
Four 0x28D7 # Was: 4 | |
Five 0xA857 # Was: 5 | |
Six 0x6897 # Was: 6 | |
Seven 0xE817 # Was: 7 | |
Eight 0x18E7 # Was: 8 | |
Nine 0x9867 # Was: 9 | |
Zero 0x08F7 # Was: 0 | |
KEY_LIST 0xCA35 # Was: list | |
q.view 0x58A7 | |
VolUp 0x40BF # Was: vol_up | |
VolDown 0xC03F # Was: vol_down | |
ChanUp 0x00FF # Was: ch_up | |
ChanDown 0x807F # Was: ch_down | |
KEY_FAVORITES 0x7887 # Was: fav | |
Aspect 0x9E61 | |
Mute 0x906F # Was: mute | |
Home 0xC23D # Was: menu | |
Guide 0xD52A # Was: guide | |
q.menu 0xA25D | |
Up 0x02FD # Was: up | |
Down 0x827D # Was: down | |
Left 0xE01F # Was: left | |
Right 0x609F # Was: right | |
OK 0x22DD # Was: ok | |
Back 0x14EB # Was: back | |
More 0x55AA # Was: info | |
Clear 0xDA25 # Was: exit | |
Red 0x4EB1 # Was: red | |
Green 0x8E71 # Was: green | |
Yellow 0xC639 | |
Blue 0x8679 # Was: blue | |
exit2 0x04FB | |
t.opt 0x847B | |
KEY_SUBTITLE 0x9C63 # Was: subtitle | |
Stop 0x8D72 # Was: stop | |
Play 0x0DF2 # Was: play | |
Pause 0x5DA2 # Was: pause | |
Rewind 0xF10E # Was: << | |
Forward 0x718E # Was: >> | |
simplink 0x7E81 | |
end codes | |
end remote |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Please make this file available to others | |
# by sending it to <[email protected]> | |
# | |
# this config file was automatically generated | |
# using lirc-0.9.0(default) on Sun May 10 16:42:54 2015 | |
# | |
# contributed by | |
# | |
# brand: MyRemote2 | |
# model no. of remote control: | |
# devices being controlled by this remote: | |
# | |
begin remote | |
name MyRemote2 | |
bits 16 | |
flags SPACE_ENC|CONST_LENGTH | |
eps 30 | |
aeps 100 | |
header 9008 4566 | |
one 549 1705 | |
zero 549 575 | |
ptrail 547 | |
repeat 9008 2311 | |
pre_data_bits 16 | |
pre_data 0x20DF | |
gap 108574 | |
toggle_bit_mask 0x0 | |
begin codes | |
KEY_ENTER 0x22DD | |
KEY_1 0x8877 | |
end codes | |
end remote |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment