/usr/share/lirc/remotes/generic/MOTOROLA.conf is in lirc-compat-remotes 0.9.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | #
# generic Motorola config file
#
# source: Motorola Application Note AN463
# ICs 68HC05K0/MC144105/MC144107
#
# used by Grundig
#
# currently you have to create config files for such remotes manually
# as irrecord always will record the start code
begin remote
name MOTOROLA_START/STOP
flags SHIFT_ENC|CONST_LENGTH
bits 10
eps 10
aeps 250
header 512 2560
one 512 512
zero 512 512
gap 32800
repeat_bit 0
frequency 32000
duty_cycle 25
begin codes
START/STOP 0x0000000000000000
end codes
end remote
begin remote
name MOTOROLA
flags SHIFT_ENC|CONST_LENGTH
bits 10
eps 10
aeps 250
header 512 2560
one 512 512
zero 512 512
gap 131000
repeat_bit 0
frequency 32000
duty_cycle 25
begin codes
end codes
end remote
|