New beginning (#1)
* removed signing config when building a release * slightly reorganized project structure * .editorconfig * updated README
This commit is contained in:
parent
0a81e6845f
commit
336b569faa
14 changed files with 44 additions and 76 deletions
15
keymap-samples/keymap.txt.emulator
Normal file
15
keymap-samples/keymap.txt.emulator
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Keycodes useful for emulator
|
||||
# softleft = [ softright = ]
|
||||
# star = ; pound = '
|
||||
DPAD_CENTER 23
|
||||
DPAD_DOWN 20
|
||||
DPAD_UP 19
|
||||
DPAD_LEFT 21
|
||||
DPAD_RIGHT 22
|
||||
SOFT_RIGHT 72
|
||||
SOFT_LEFT 71
|
||||
DEL 67
|
||||
BACK 4
|
||||
ENTER 66
|
||||
POUND 75
|
||||
STAR 74
|
||||
7
keymap-samples/keymap.txt.sample
Normal file
7
keymap-samples/keymap.txt.sample
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Remap left to right, and right to left
|
||||
# lines that begin with a hash are ignored
|
||||
# [keycode of original key](space)[keycode of new key]
|
||||
#DPAD_LEFT
|
||||
21 22
|
||||
#DPAD_RIGHT
|
||||
22 21
|
||||
Loading…
Add table
Add a link
Reference in a new issue