Ticket #7023: lircd.conf

File lircd.conf, 3.1 KB (added by matthew dot shannon at comcast dot net, 15 years ago)

associated lircd.conf with RAW Motorola 0 (zero) IR code

Line 
1#
2#       Created:        Matt Shannon
3#       Date:           20090831
4#       Email:          Matthew dot Shannon at Comcast dot net
5
6#       Hybrid lircd.conf file that allows for transmission of the 0 (zero)
7#       key for Motorola devices.  Needs custom change-channel-lirc.pl to make
8#       use of raw code.
9
10#
11                                                                                   
12begin remote
13
14  name  DCT2000
15  bits           16
16  flags SPACE_ENC|CONST_LENGTH
17  eps            30
18  aeps          100
19
20  header       9028  4450
21  one           555  4433
22  zero          555  2181
23  ptrail        556
24  gap          99876
25  toggle_bit_mask 0x0
26
27      begin codes
28          power                    0x5006
29          menu                     0x9806
30          guide                    0x0C0B
31          info                     0xCC05
32          up                       0x2C09
33          down                     0xAC01
34          left                     0x6C0E
35          right                    0xEC06
36          ok                       0x8807
37          exit                     0x480B
38          options                  0x4205
39          widgets                  0xC209
40          ondemand                 0x580A
41          favorites                0xA805
42          last                     0xC803
43          fiostv                   0x7C0F
44          ch+                      0xD00A
45          ch-                      0x3002
46          previous                 0x3C08
47          dvr                      0xBC00
48          next                     0xFC07
49          rewind                   0x7808
50          play-pause               0xF800
51          fastforward              0xB804
52          stop                     0x380C
53          record                   0x8C03
54          1                        0x800F
55          2                        0x4007
56          3                        0xC00B
57          4                        0x2003
58          5                        0xA00D
59          6                        0x6005
60          7                        0xE009
61          8                        0x1001
62          9                        0x900E
63          0                        0xFFFF
64          zero                     0xFFFF
65          *                        0x2201
66          #                        0x0203
67          yellow                   0xE801
68          blue                     0xE40E
69          red                      0x1406
70          green                    0x940A
71          av                       0x280D
72          pip                      0x4403
73          pip-change               0xC40D
74      end codes
75
76end remote
77
78
79begin remote
80
81  name  dct2000-raw
82  flags RAW_CODES
83  eps            30
84  aeps          100
85
86  gap          87967
87
88      begin raw_codes
89
90          name 0
91             8981    4437     448    2218     469    2218
92              448    2218     448    2218     469    2240
93              448    2240     448    2240     448    2240
94              469    2240     448    2240     448    2240
95              469    2240     448    2218     469    2240
96              469    2218     448    2240     448   42026
97             8959    2176     448
98
99      end raw_codes
100
101end remote