1
0
Fork 0
forked from len0rd/rockbox

lua add ability to use custom kbd layouts

bring custom keyboard layouts to lua
conversion to the proper format requires create_kbd_layout.lua
just pass a lua string with your desired layout

Change-Id: I14a392410846311a4f3cf8dda0e88d39834d0418
This commit is contained in:
William Wilgus 2021-05-01 08:42:28 -04:00 committed by William Wilgus
parent 4f83e66cd4
commit 489a5f3ff7
4 changed files with 113 additions and 19 deletions

View file

@ -22,7 +22,7 @@ LUA_INCLUDELIST := $(addprefix $(LUA_BUILDDIR)/,audio.lua blit.lua color.lua \
math_ex.lua print.lua timer.lua playlist.lua pcm.lua \
sound.lua rbcompat.lua rbsettings.lua poly_points.lua \
printtable.lua printmenus.lua printsubmenu.lua \
menubuttons.lua menucoresettings.lua)
menubuttons.lua menucoresettings.lua create_kbd_layout.lua)
ifndef APP_TYPE
ROCKS += $(LUA_BUILDDIR)/lua.rock