Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv into openelec-3.2
Before Width: | Height: | Size: 644 KiB After Width: | Height: | Size: 51 KiB |
Before Width: | Height: | Size: 657 KiB After Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 658 KiB After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 643 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 650 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 25 KiB |
20
packages/sysutils/remote/eventlircd/evmap/ouya.evmap
Normal file
@ -0,0 +1,20 @@
|
||||
# Ouya Bluetooth Controller
|
||||
|
||||
BTN_THUMBR = KEY_INFO # Display
|
||||
BTN_B = KEY_EPG # Pop UP/MENU
|
||||
BTN_C = KEY_EXIT # Return
|
||||
BTN_TL = KEY_OPTION # Options
|
||||
BTN_A = KEY_OK # Start
|
||||
|
||||
BTN_TL2 = KEY_UP # Direction Up
|
||||
BTN_TR2 = KEY_DOWN # Direction Down
|
||||
BTN_SELECT = KEY_LEFT # Direction Left
|
||||
BTN_START = KEY_RIGHT # Direction Right
|
||||
|
||||
BTN_A = KEY_PLAY # Play
|
||||
BTN_X = KEY_STOP # Stop
|
||||
BTN_A = KEY_PAUSE # Pause
|
||||
BTN_MODE = KEY_REWIND # Reverse
|
||||
BTN_THUMBL = KEY_FASTFORWARD # Forward
|
||||
BTN_Y = KEY_PREVIOUS # Pre-track
|
||||
BTN_Z = KEY_NEXT # Next track
|
@ -186,6 +186,10 @@ ATTRS{name}=="Nintendo Wii Remote", \
|
||||
ATTRS{name}=="BD Remote Control", \
|
||||
ENV{eventlircd_enable}="true", \
|
||||
ENV{eventlircd_evmap}="ps3remote.evmap"
|
||||
|
||||
ATTRS{name}=="OUYA Game Controller", \
|
||||
ENV{eventlircd_enable}="true", \
|
||||
ENV{eventlircd_evmap}="ouya.evmap"
|
||||
|
||||
LABEL="end-bluetooth"
|
||||
|
||||
|