Skip to content

Instantly share code, notes, and snippets.

@d03n3rfr1tz3
Last active October 8, 2024 03:03
Show Gist options
  • Save d03n3rfr1tz3/4c7560ecd042078455e55bee874e84bd to your computer and use it in GitHub Desktop.
Save d03n3rfr1tz3/4c7560ecd042078455e55bee874e84bd to your computer and use it in GitHub Desktop.
LIRC-Config for Samsung TV Remote BN59-01315B
# brand: Samsung
# model no. of remote control: BN59-01315B
# devices being controlled by this remote: UHD TV RU7099
#
begin remote
name Samsung_TV
bits 16
flags SPACE_ENC|CONST_LENGTH
eps 30
aeps 100
frequency 38000
header 4480 4480
one 678 1680
zero 678 436
ptrail 678
pre_data_bits 16
pre_data 0xE0E0
gap 108080
toggle_bit_mask 0x0
begin codes
KEY_POWER 0x40BF #F00 Power
KEY_CYCLEWINDOWS 0x807F #000 Source
KEY_1 0x20DF #000 1
KEY_2 0xA05F #000 2
KEY_3 0x609F #000 3
KEY_4 0x10EF #000 4
KEY_5 0x906F #000 5
KEY_6 0x50AF #000 6
KEY_7 0x30CF #000 7
KEY_8 0xB04F #000 8
KEY_9 0x708F #000 9
KEY_TTX 0x34CB #000 TTX
KEY_0 0x8877 #000 0
KEY_PRE_CH 0xC837 #000 Pre-Ch
KEY_VOLUMEUP 0xE01F #000 Vol+
KEY_MUTE 0xF00F #000 Mute
KEY_CHANNELUP 0x48B7 #000 Chan+
KEY_VOLUMEDOWN 0xD02F #000 Vol-
KEY_LIST_CH 0xD629 #000 Ch-List
KEY_CHANNELDOWN 0x08F7 #000 Chan-
KEY_NETFLIX 0xCF30 #FFF Netflix
KEY_HOME 0x9E61 #000 Home
KEY_PRIME 0x2FD0 #FFF Prime
KEY_YOUTUBE 0x5FA0 #FFF YouTube
KEY_UP 0x06F9 #000 Up
KEY_GUIDE 0xF20D #000 Guide
KEY_LEFT 0xA659 #000 Left
KEY_ENTER 0x16E9 #000 Enter
KEY_RIGHT 0x46B9 #000 Right
KEY_RETURN 0x1AE5 #000 Return
KEY_DOWN 0x8679 #000 Down
KEY_EXIT 0xB44B #000 Exit
KEY_RED 0x36C9 #F00 Red
KEY_GREEN 0x28D7 #0F0 Green
KEY_YELLOW 0xA857 #FF0 Yellow
KEY_BLUE 0x6897 #00F Blue
KEY_MENU 0x58A7 #000 Menu
KEY_INFO 0xF807 #000 Info
KEY_SUBTITLE 0xA45B #000 Subt.
KEY_STOP 0x629D #000 Stop
KEY_REWIND 0xA25D #000 Rewind
KEY_PLAY 0xE21D #000 Play
KEY_PAUSE 0x52AD #000 Pause
KEY_FORWARD 0x12ED #000 Forward
end codes
end remote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment