Last active
September 27, 2021 18:12
-
-
Save d03n3rfr1tz3/ffe9a6bf2bf8e465f8128405cadd97de to your computer and use it in GitHub Desktop.
LIRC-Config for a RGB-Strip Remote with 24 Keys
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
# brand: | |
# model no. of remote control: | |
# devices being controlled by this remote: RGB Strip | |
# | |
begin remote | |
name RGB_Strip_24T | |
bits 16 | |
flags SPACE_ENC|CONST_LENGTH | |
eps 30 | |
aeps 100 | |
frequency 38000 | |
header 9000 4500 | |
one 591 1664 | |
zero 591 545 | |
ptrail 613 | |
pre_data_bits 16 | |
pre_data 0x00FF | |
gap 108080 | |
toggle_bit_mask 0x0 | |
repeat 9200 2200 | |
begin codes | |
KEY_BRIGHTER 0x906F #FFF B+ | |
KEY_DARKER 0xB847 #FFF B- | |
KEY_OFF 0xF807 #000 OFF | |
KEY_ON 0xB04F #F00 ON | |
KEY_RED 0x9867 #F00 Red | |
KEY_GREEN 0xD827 #0F0 Green | |
KEY_BLUE 0x8877 #00F Blue | |
KEY_WHITE 0xA857 #FFF White | |
KEY_RED1 0xE817 #F40 | |
KEY_GREEN1 0x48B7 #0FA | |
KEY_BLUE1 0x6897 #40F | |
KEY_FLASH 0xB24D #777 Flash | |
KEY_RED2 0x02FD #F80 | |
KEY_GREEN2 0x32CD #0FF | |
KEY_BLUE2 0x20DF #80F | |
KEY_STROBE 0x00FF #777 Strobe | |
KEY_RED3 0x50AF #FB0 | |
KEY_GREEN3 0x7887 #0BF | |
KEY_BLUE3 0x708F #F0F | |
KEY_FADE 0x58A7 #777 Fade | |
KEY_RED4 0x38C7 #FF0 | |
KEY_GREEN4 0x28D7 #08F | |
KEY_BLUE4 0xF00F #F08 | |
KEY_SMOOTH 0x30CF #777 Smooth | |
end codes | |
end remote |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment