mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-05 05:04:27 -04:00
added dfu button to debug app
This commit is contained in:
parent
8382eaf45f
commit
bcefa774cd
10 changed files with 27 additions and 10 deletions
|
@ -325,7 +325,8 @@ enum class KeyEvent {
|
|||
Down = 2,
|
||||
Up = 3,
|
||||
Select = 4,
|
||||
Back = 5, /* Left and Up together */
|
||||
Dfu = 5,
|
||||
Back = 6, /* Left and Up together */
|
||||
};
|
||||
|
||||
using EncoderEvent = int32_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue