0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-04-23 09:35:54 +00:00
Files
.github
config
distributions
licenses
packages
projects
ARM
Allwinner
Amlogic
Ayn
Generic
L4T
devices
firmwares
packages
binutils
busybox
curl
elfutils
eventlircd
ffmpeg
gcc
glibc
gptfdisk
libXv
lirc
nfs-utils
pulseaudio
python
swig
systemd
tegra-bsp
util-linux
v4l-utils
config
keymaps
beelink.toml
cubox_i.toml
minix_neo.toml
pine64.toml
xbox_360.toml
xbox_one.toml
zotac.toml
patches
udev.d
package.mk
vulkan-headers
vulkan-loader
vulkan-tools
wpa_supplicant
xf86-input-libinput
xorg-server
patches
README.md
options
NXP
Qualcomm
RPi
Rockchip
Samsung
scripts
tools
.gitignore
CHANGELOG.md
CONTRIBUTING.md
Makefile
README.md
build_all.sh
create_tar.sh
get_libretro_tarball.sh
libretro_update.sh
pkg_all.sh
GavinDarkglider 600e246a94 L4T/Ayn: upstream changes from 5.x
Lakka 5.x Switch changes (#1853)
Lakka v5.x switchroot 5.1.2 (#1871)
Fix Switch Issue's in upstream 5.x (#1888)
Minor Switch Changes (#1893)
Lakka v5.x switch 3 (#1895)
Lakka v5.x switch 4 (#1898)
L4T: Xorg-server: Fix build issue (#1924)
Switch: remove ra patch
Lakka v5.x switch 6 (#1926)
Cleanups, More LibreELEC Stuff, more permission fixes, Misc switch stuff. (#1930)
Switch: U-Boot: bump version to 2024-NX02 (#1946)

L4T/Ayn post-upstreaming fixes
- retroarch_joypad_autoconfig: remove spaces from file names
- retroarch: remove Switch specific patch merged upstream
- libXv: move to L4T packages folder (package removed in upstream)
- bring some packages from v5.x to L4T packages
- ffmpeg: remove vulkan
- remove stella core from Switch build (missing C++ headers)
- Ayn/Odin: use proper kernel arg to not hide kernel messages in console
- connman: add wpa_supplicant support back
2024-05-21 15:41:36 +02:00

30 lines
681 B
TOML

[[protocols]]
name = "pine64"
protocol = "NEC"
[protocols.scancodes]
0x404000 = "KEY_NUMERIC_0"
0x404001 = "KEY_NUMERIC_1"
0x404002 = "KEY_NUMERIC_2"
0x404003 = "KEY_NUMERIC_3"
0x404004 = "KEY_NUMERIC_4"
0x404005 = "KEY_NUMERIC_5"
0x404006 = "KEY_NUMERIC_6"
0x404007 = "KEY_NUMERIC_7"
0x404008 = "KEY_NUMERIC_8"
0x404009 = "KEY_NUMERIC_9"
0x40400a = "KEY_MUTE"
0x40400b = "KEY_UP"
0x40400c = "KEY_BACKSPACE"
0x40400d = "KEY_OK"
0x40400e = "KEY_DOWN"
0x404010 = "KEY_LEFT"
0x404011 = "KEY_RIGHT"
0x404017 = "KEY_VOLUMEDOWN"
0x404018 = "KEY_VOLUMEUP"
0x40401a = "KEY_HOME"
0x40401d = "KEY_MENU"
0x40401f = "KEY_WWW"
0x404045 = "KEY_BACK"
0x404047 = "KEY_INFO"
0x40404d = "KEY_POWER"