Skip to content

Instantly share code, notes, and snippets.

@laurynas
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laurynas/f895f2509e7bf02f33b9 to your computer and use it in GitHub Desktop.
Save laurynas/f895f2509e7bf02f33b9 to your computer and use it in GitHub Desktop.
Openelec / XBMC Thomson remote setup
00131849 Thomson ROC 5112 Universal 5in1 Remote Control
https://de.hama.com/00131849/thomson-roc-5112-universal-5in1-remote-control
# Thomson universal remote setup, on remote:
# 1. Click and hold SETUP
# 2. Select DVD (TV or other)
# 3. Enter 1063 (@SAT, almost all keys send signal)
# The remote is programmed.
# Thomson remote notes:
Clicking any key when batteries are out resets remote
Semi working Sony audio center remote - 0506
-----------------------------------------------------------------------------
/storage/.config/autostart.sh
# http://wiki.openelec.tv/index.php/Guide_to_add_your_own_remote
ir-keytable -D 500 -P 125 -c -p NEC,RC-5,RC-6,JVC,SONY,LIRC,OTHER -w /storage/.config/rc_keymaps/thomson_code_1063_atsat
-----------------------------------------------------------------------------
/storage/.config/rc_keymaps/thomson_code_1063_atsat
0x200815 KEY_ENTER
#0x200801 KEY_POWER
0x200810 KEY_EXIT
0x200812 KEY_UP
0x200813 KEY_DOWN
0x200814 KEY_LEFT
0x200816 KEY_RIGHT
0x200811 KEY_MENU
0x200810 KEY_BACK
#0x200810 KEY_EXIT
0x200804 KEY_MUTE
0x20084e KEY_PLAYPAUSE
0x20084d KEY_STOP
0x200843 KEY_PAUSE
0x200849 KEY_REWIND
0x20084a KEY_FASTFORWARD
#0x20080d KEY_INFO
0x20080d KEY_EPG
0x20081b KEY_SUBTITLE
0x200808 KEY_MEDIA
0x20081c KEY_NUMERIC_1
0x20081d KEY_NUMERIC_2
0x20081e KEY_NUMERIC_3
0x200840 KEY_NUMERIC_4
0x200841 KEY_NUMERIC_5
0x200842 KEY_NUMERIC_6
0x200844 KEY_NUMERIC_7
0x200845 KEY_NUMERIC_8
0x200846 KEY_NUMERIC_9
0x200847 KEY_NUMERIC_0
0x200802 KEY_VOLUMEUP
0x200803 KEY_VOLUMEDOWN
0x200806 KEY_CHANNELUP
0x200807 KEY_CHANNELDOWN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment