Created
November 29, 2016 03:37
-
-
Save bgulla/ec28e7f9f8653bc6b8dd53dc003a9b07 to your computer and use it in GitHub Desktop.
LIRC config file for RGB LED light strips.
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
# Please make this file available to others | |
# by sending it to <[email protected]> | |
# | |
# this config file was automatically generated | |
# using lirc-0.9.0-pre1(default) on Tue Nov 29 03:27:29 2016 | |
# | |
# contributed by bgulla | |
# | |
# brand: /root/lircd.conf | |
# model no. of remote control: 5050 LED | |
# devices being controlled by this remote: LED RGB Strips | |
# | |
#begin remote | |
begin led | |
name /root/lircd.conf | |
bits 16 | |
flags SPACE_ENC|CONST_LENGTH | |
eps 30 | |
aeps 100 | |
header 9276 4423 | |
one 623 1632 | |
zero 623 513 | |
ptrail 621 | |
repeat 9267 2191 | |
pre_data_bits 16 | |
pre_data 0xFF | |
gap 107657 | |
toggle_bit_mask 0x0 | |
begin codes | |
KEY_F1 0x02FD #POWER | |
KEY_F2 0x827D #BLACK PLAY | |
KEY_F3 0xBA45 #BRIGHTNESS UP | |
KEY_F4 0x3AC5 #BRIGHTNESS DOWN | |
KEY_F5 0x22DD #WHITE | |
KEY_F6 0xA25D #BLUE | |
KEY_F7 0x9A65 #GREEN | |
KEY_F8 0x1AE5 #RED | |
KEY_F9 0x12ED #PEACH | |
KEY_F10 0x926D #NEON-BLUE | |
KEY_F11 0xAA55 #LIGHTGREEN | |
KEY_F12 0x2AD5 #ORANGE | |
KEY_F13 0x32CD #PEACHER | |
KEY_F14 0xB24D #DARK-PURPLE | |
KEY_F15 0x8A75 #GREENISHBLUE | |
KEY_F16 0x0AF5 #LIGHT-ORANGE | |
KEY_F17 0xF807 #AQUA | |
KEY_F18 0x7887 #NOT-AS-DARK-PURPLE | |
KEY_F19 0xB847 #TORQUIOSE | |
KEY_F20 0x18E7 #LIGHTESTORANGE | |
KEY_F21 0xD827 #LIGHT BLUE | |
KEY_F22 0x58A7 #FUSCIA | |
KEY_F23 0x9867 #COOLBLUE | |
KEY_F24 0x18E7 #YELLOW | |
BTN_1 0xE817 #QUICK | |
BTN_2 0xC837 #SLOW | |
end codes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment