Skip to content

Instantly share code, notes, and snippets.

@d03n3rfr1tz3
Created August 2, 2021 22:51
Show Gist options
  • Save d03n3rfr1tz3/8c6ded2986bba09b7a7680fc6b1934ad to your computer and use it in GitHub Desktop.
Save d03n3rfr1tz3/8c6ded2986bba09b7a7680fc6b1934ad to your computer and use it in GitHub Desktop.
LIRC-Config for Samsung BluRay Remote AK59-00167A
# brand: Samsung
# model no. of remote control: AK59-00167A
# devices being controlled by this remote: BD-J4500R
#
begin remote
name Samsung_BD
bits 20
flags SPACE_ENC|CONST_LENGTH
eps 30
aeps 100
frequency 37900
header 4500 4500
one 500 1680
zero 500 500
pre 500 4500
ptrail 500
pre_data_bits 16
pre_data 0x0400
gap 108080
toggle_bit_mask 0x0
begin codes
KEY_POWER 0xE00FF #F00 Power
KEY_EJECT 0xE807F #000 Eject
KEY_1 0xE40BF #000 1
KEY_2 0xEC03F #000 2
KEY_3 0xE20DF #000 3
KEY_4 0xEA05F #000 4
KEY_5 0xE609F #000 5
KEY_6 0xEE01F #000 6
KEY_7 0xE10EF #000 7
KEY_8 0xE906F #000 8
KEY_9 0xE50AF #000 9
KEY_DISC 0xEB847 #000 Disc
KEY_0 0xED02F #000 0
KEY_TITLE 0xE04FB #000 Title
KEY_PREV 0xEB04F #FFF Prev
KEY_NEXT 0xE8877 #FFF Next
KEY_REWIND 0xE48B7 #FFF Rewind
KEY_FORWARD 0xEA857 #FFF Forward
KEY_STOP 0xEC837 #FFF Stop
KEY_PLAY 0xE28D7 #FFF Play
KEY_PAUSE 0xE4CB3 #FFF Pause
KEY_SMART 0x00000 #000 Smart
KEY_HOME 0x00000 #000 Home
KEY_REPEAT 0xEE41B #000 Repeat
KEY_TOOLS 0xE6897 #000 Tools
KEY_UP 0xE18E7 #000 Up
KEY_INFO 0xE7887 #000 Info
KEY_LEFT 0xED827 #000 Left
KEY_ENTER 0xE38C7 #000 Enter
KEY_RIGHT 0xE58A7 #000 Right
KEY_RETURN 0xEE817 #000 Return
KEY_DOWN 0xE9867 #000 Down
KEY_EXIT 0xED42B #000 Exit
KEY_RED 0xE847B #F00 A
KEY_GREEN 0xE44BB #0F0 B
KEY_YELLOW 0xEC43B #FF0 C
KEY_BLUE 0xE24DB #00F D
KEY_SEARCH 0x00000 #000 Search
KEY_AUDIO 0xEA45B #000 Audio
KEY_SUBTITLE 0xE649B #000 Subtitle
KEY_FULLSCREEN 0x00000 #000 Fullscreen
end codes
end remote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment