Last active
May 21, 2021 02:30
-
-
Save 1337-server/20707bf937c03552408f2df7b3315a40 to your computer and use it in GitHub Desktop.
lirc codes for 5050 letion remote
This file contains 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
# Unbranded Chinese RGB LED Remote (NEC protocol) LIRC configuration file | |
# source is one of these | |
# https://gist.github.com/bgulla/ec28e7f9f8653bc6b8dd53dc003a9b07 | |
# http://woodsgood.ca/projects/2015/02/13/rgb-led-strip-controllers-ir-codes/ | |
begin remote | |
name RGBLED | |
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 | |
RED_DOWN 0xF708F7 # RED DOWN (BLUE ON LED) | |
RED_UP 0xF728D7 # RED UP (BLUE ON LED) | |
GREEN_DOWN 0xF78877 # GREEN DOWN | |
GREEN_UP 0xF7A857 # GREEN UP | |
BLUE_DOWN 0xF748B7 # BLUE DOWN (RED ON LED) | |
BLUE_UP 0xF76897 # BLUE UP (RED ON LED) | |
FLASH 0xF7D02F # FLASH | |
CYCLE_ALL 0xF7F00F # CYCLE ALL | |
FADE 0xF7E01F #FADE/ CYCLE | |
JUMP 0xF720DF #JUMP/CYCLE | |
CYCLE 0xF7A05F #CYCLE | |
FADE 0xF7609F # FADE | |
DIY_1 0xF730CF # TURQUOISE # DIY 1 | |
DIY_2 0xF7B04F # ORANGE # DIY 2 | |
DIY_3 0xF7708F # PURPLE # DIY 3 | |
DIY_4 0xF710EF # ORANGE #DIY 4 | |
DIY_5 0xF7906F # PEACH # DIY 5 | |
DIY_6 0xF750AF # DARK ORANGE #DIY 6 | |
KEY_F1 0x02FD #POWER | |
KEY_F2 0x827D #PAUSE/STOP (FOR FLASH/FADE) | |
KEY_F3 0xBA45 #BRIGHTNESS DOWN | |
KEY_F4 0x3AC5 #BRIGHTNESS UP | |
KEY_F5 0x22DD #WHITE | |
KEY_F6 0xA25D #RED | |
KEY_F7 0x9A65 #GREEN | |
KEY_F8 0x1AE5 #BLUE | |
KEY_F9 0x12ED #WHITE | |
KEY_F10 0x926D #PINK | |
KEY_F11 0xAA55 #GREEN | |
KEY_F12 0x2AD5 #BLUE | |
KEY_F13 0x32CD #LIGHT PURPLE | |
KEY_F14 0xB24D #LIGHT PINK | |
KEY_F15 0x8A75 #LIGHT GREEN | |
KEY_F16 0x0AF5 #BABY-PINK | |
KEY_F17 0xF807 #WHITE ISh | |
KEY_F18 0x7887 #PINK | |
KEY_F19 0xB847 #LIGHT GREEN | |
KEY_F20 0x18E7 #TORQUIOSE/ OCEON BLUE - LIGHT-PURPLE | |
KEY_F21 0xD827 #LIGHT-LIME | |
KEY_F22 0x58A7 #PURPLE | |
KEY_F23 0x9867 #LIME | |
KEY_F24 0x38C7 #Yellow | |
BTN_1 0xE817 #QUICK | |
BTN_2 0xF7C837 #SLOW | |
end codes | |
############################################################################### | |
end remote |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment