mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
lirc_rpi: fixed repeats, clenups
This commit is contained in:
parent
ea82652eb9
commit
fdd2a2eb1e
@ -4,6 +4,8 @@
|
||||
# Enables use of MCE Remote, Apple MacMini and XBOX remote.
|
||||
# Should work with any generic receiver
|
||||
#
|
||||
# contributed by jenkins101
|
||||
#
|
||||
########
|
||||
#
|
||||
# brand: HP/Philips/Microsoft/Other
|
||||
@ -289,7 +291,7 @@ end remote
|
||||
#
|
||||
# contributed by DynaMight
|
||||
#
|
||||
# brand: Xbox 360 remote (White) /home/pi/lircd.conf
|
||||
# brand: Xbox 360 remote
|
||||
# model no. of remote control:
|
||||
# devices being controlled by this remote:
|
||||
#
|
||||
@ -308,6 +310,9 @@ begin remote
|
||||
pre_data_bits 24
|
||||
pre_data 0x1BFF80
|
||||
gap 107197
|
||||
min_repeat 4
|
||||
suppress_repeat 4
|
||||
# uncomment to suppress unwanted repeats
|
||||
toggle_bit_mask 0x8000
|
||||
rc6_mask 0x100000000
|
||||
|
||||
@ -358,7 +363,6 @@ begin remote
|
||||
|
||||
end remote
|
||||
|
||||
#
|
||||
# this config file was manually generated
|
||||
# using WinLIRC 0.6.5 (LIRC 0.6.1pre3) on Wed Feb 28 11:27:58 2007
|
||||
#
|
||||
@ -390,6 +394,9 @@ begin remote
|
||||
pre_data_bits 24
|
||||
pre_data 0xBFFBFE
|
||||
gap 73939
|
||||
min_repeat 4
|
||||
suppress_repeat 4
|
||||
# uncomment to suppress unwanted repeats
|
||||
toggle_bit 0
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user