mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 13:36:15 +02:00
[gmenu2x] update input.conf file
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
parent
52eafe1ce5
commit
2653dfaf6c
@ -73,15 +73,12 @@ define Package/gmenu2x/install
|
||||
$(PKG_BUILD_DIR)/pandora/* \
|
||||
$(1)/usr/share/gmenu2x/
|
||||
|
||||
$(CP) \
|
||||
./files/input.conf \
|
||||
$(1)/usr/share/gmenu2x/
|
||||
|
||||
rm -rf \
|
||||
$(1)/usr/share/gmenu2x/sections/{emulators,games}
|
||||
|
||||
# $(INSTALL_DATA) \
|
||||
# $(PKG_INSTALL_DIR)/usr/share/gmenu2x/* \
|
||||
# $(1)/usr/share/gmenu2x/
|
||||
#
|
||||
# $(PKG_INSTALL_DIR)/usr/bin/gmenu2x \
|
||||
# $(1)/usr/bin
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,gmenu2x))
|
||||
|
12
gmenu2x/files/input.conf
Executable file
12
gmenu2x/files/input.conf
Executable file
@ -0,0 +1,12 @@
|
||||
a=keyboard,104 #NanoNote H
|
||||
b=keyboard,13 #NanoNote Enter
|
||||
x=keyboard,120 #NanoNote X
|
||||
y=keyboard,121 #NanoNote Y
|
||||
l=keyboard,108 #NanoNote L
|
||||
r=keyboard,9 #NanoNote Tab
|
||||
select=keyboard,283 #Nanonote F2
|
||||
start=keyboard,115 #NanoNote S
|
||||
up=keyboard,273
|
||||
down=keyboard,274
|
||||
left=keyboard,276
|
||||
right=keyboard,275
|
Loading…
Reference in New Issue
Block a user