Update LED-Light-Remote conf

This commit is contained in:
Christian W. Zuckschwerdt 2020-01-08 13:01:11 +01:00
parent 499441dcda
commit 67b5888c28
2 changed files with 28 additions and 18 deletions

View file

@ -1,18 +0,0 @@
# Remote decoder from issue #1112
# syntax by chaos511
decoder {
name=Generic-21-key-Remote,
m=OOK_PWM,
s=264,
l=1060,
r=2000,
g=0,
t=316,
y=0,
bits=25,
invert,
get=@8:{8}:id,
get=@16:{8}:button
}

View file

@ -0,0 +1,28 @@
# Generic Remote Controller for LED Strip Lights
# Remote decoder from issue #1112 by chaos511
# first 16 bit seem to be a fixed remote id
# last 8 bit encode the button press:
# (the keypad has up to 7 rows of 3 columns,
# usually some keys are missing)
# 1 2 3
# 4 5 6
# 7 8 9
# 10 11 12
# 13 14 15
# 16 17 18
# 19 20 21
decoder {
name=LED-Light-Remote,
modulation=OOK_PWM,
short=264,
long=1060,
reset=2000,
gap=0,
tolerance=316,
bits=25,
invert,
get=@0:{16}:id,
get=@16:{8}:button
}