mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
lirc: update xbox config file to support uinput
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a5ee6b23cb
commit
3f5ab0b9ef
@ -1,43 +1,63 @@
|
||||
|
||||
# Please make this file available to others
|
||||
# by sending it to <lirc@bartelmus.de>
|
||||
#
|
||||
# this config file was automatically generated
|
||||
# using lirc-0.9.1-git(default) on Sat Jan 26 21:54:39 2013
|
||||
#
|
||||
# contributed by
|
||||
#
|
||||
# brand: xbox.conf
|
||||
# model no. of remote control:
|
||||
# devices being controlled by this remote:
|
||||
#
|
||||
|
||||
begin remote
|
||||
|
||||
name XboxDVDDongle
|
||||
bits 8
|
||||
eps 30
|
||||
aeps 100
|
||||
name xbox.conf
|
||||
bits 8
|
||||
eps 30
|
||||
aeps 100
|
||||
|
||||
one 0 0
|
||||
zero 0 0
|
||||
gap 163983
|
||||
toggle_bit_mask 0x0
|
||||
one 0 0
|
||||
zero 0 0
|
||||
gap 63985
|
||||
min_repeat 13
|
||||
# suppress_repeat 13
|
||||
# uncomment to suppress unwanted repeats
|
||||
# toggle_bit_mask 0x72
|
||||
toggle_bit_mask 0xE1
|
||||
|
||||
begin codes
|
||||
LEFT 0xA9
|
||||
UP 0xA6
|
||||
RIGHT 0xA8
|
||||
DOWN 0xA7
|
||||
SELECT 0x0B
|
||||
1 0xCE
|
||||
2 0xCD
|
||||
3 0xCC
|
||||
4 0xCB
|
||||
5 0xCA
|
||||
6 0xC9
|
||||
7 0xC8
|
||||
8 0xC7
|
||||
9 0xC6
|
||||
0 0xCF
|
||||
MENU 0xF7
|
||||
DISPLAY 0xD5
|
||||
REVERSE 0xE2
|
||||
FORWARD 0xE3
|
||||
PLAY 0xEA
|
||||
PAUSE 0xE6
|
||||
STOP 0xE0
|
||||
SKIP- 0xDD
|
||||
SKIP+ 0xDF
|
||||
TITLE 0xE5
|
||||
INFO 0xC3
|
||||
BACK 0xD8
|
||||
end codes
|
||||
begin codes
|
||||
KEY_OK 0xEA
|
||||
KEY_STOP 0xE0
|
||||
KEY_PAUSE 0xE6
|
||||
KEY_NEXT 0xDF
|
||||
KEY_PREVIOUS 0xDD
|
||||
KEY_FASTFORWARD 0xE3
|
||||
KEY_REWIND 0xE2
|
||||
KEY_PROG1 0xD5
|
||||
KEY_TITLE 0xE5
|
||||
KEY_INFO 0xC3
|
||||
KEY_OK 0x0B
|
||||
KEY_UP 0xA6
|
||||
KEY_DOWN 0xA7
|
||||
KEY_LEFT 0xA9
|
||||
KEY_RIGHT 0xA8
|
||||
KEY_MENU 0xF7
|
||||
KEY_BACK 0xD8
|
||||
KEY_0 0xCF
|
||||
KEY_1 0xCE
|
||||
KEY_2 0xCD
|
||||
KEY_3 0xCC
|
||||
KEY_4 0xCB
|
||||
KEY_5 0xCA
|
||||
KEY_6 0xC9
|
||||
KEY_7 0xC8
|
||||
KEY_8 0xC7
|
||||
KEY_9 0xC6
|
||||
end codes
|
||||
|
||||
end remote
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user