Skip to content

Instantly share code, notes, and snippets.

@d03n3rfr1tz3
Last active August 2, 2021 22:48
Show Gist options
  • Save d03n3rfr1tz3/47521eb45edb341398ebb055963e89bf to your computer and use it in GitHub Desktop.
Save d03n3rfr1tz3/47521eb45edb341398ebb055963e89bf to your computer and use it in GitHub Desktop.
LIRC-Config for Teufel DecoderStation5
# brand: Teufel
# model no. of remote control: DS 5 RC
# devices being controlled by this remote: DecoderStation 5
#
begin remote
name Teufel_DS
bits 16
flags SPACE_ENC|CONST_LENGTH
eps 30
aeps 100
frequency 38000
header 9000 4500
one 563 1687
zero 563 562
ptrail 563
pre_data_bits 16
pre_data 0x807F
gap 108080
toggle_bit_mask 0x0
repeat 9000 4500
duty_cycle 33
begin codes
KEY_POWER 0x50AF #F00 Power
KEY_MUTE 0xD02F #999 Mute
KEY_1 0x708F #000 5.1
KEY_2 0x609F #000 Optical 1
KEY_3 0xF00F #000 Optical 2
KEY_4 0x48B7 #000 Coaxial 1
KEY_5 0xE01F #000 Coaxial 2
KEY_6 0xC837 #000 TV
KEY_7 0x6897 #000 CD
KEY_8 0x40BF #000 Aux
KEY_DISPLAY 0xE817 #999 Display
KEY_BACK 0xC03F #F00 Return
KEY_MODE 0xE21D #000 Mode
KEY_SOUND 0x629D #000 Speaker
KEY_T 0xA25D #000 Test
KEY_UP 0x7A85 #999 Up
KEY_LEFT 0xDA25 #999 Left
KEY_OK 0x5AA5 #999 OK
KEY_RIGHT 0x1AE5 #999 Right
KEY_DOWN 0x6A95 #999 Down
KEY_A 0xCA35 #000 Front L.
KEY_B 0x4AB5 #000 Center
KEY_C 0x8A75 #000 Front R.
KEY_D 0xF20D #000 Side L.
KEY_E 0x728D #000 Subwoofer
KEY_F 0xB24D #000 Side R.
end codes
end remote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment