summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-erosq.c
AgeCommit message (Collapse)Author
2021-06-06ErosQ: undo ACTION_YESNO_ACCEPT button releaseDana Conrad
I accidentally left this in commit 8056b7f, and I think I'm giving up on this for now - it just gets too complicated in the usb use case. Revert to BUTTON_PLAY. Change-Id: I9e392a3d7f2c18f34de54ecbafdb27cdf863b28c
2021-05-27Yes/No Screen: Allow accept to be button releaseDana Conrad
Allows the ACTION_YESNO_ACCEPT action to be set to a button release by ignoring certain system events. Moving USB init in main.c to the last thing to prevent getting stuck in the USB prompt, if enabled. Also changing ACTION_YESNO_ACCEPT to button release on erosq Change-Id: I5e7498521a13cb4e840223dd0b9c8633e99093bc
2021-05-12ErosQ: Small keymap changesDana Conrad
- Move WPS Stop to Power (Hold) - Add WPS Hotkey to Wheel scroll Fwd/Back - Add WPS Quickscreen to Play (Hold) - Add Tree Hotkey to Play (Hold) Change-Id: Id74622138353521f736c0de1009a354307b108eb
2021-03-25ErosQ: Fix text entry keymapDana Conrad
Text entry keymap was almost completely backwards, and it was impossible to submit without adding one last character. Change-Id: I40a224fe20e228c5e4670dd6583318918c59c827
2021-03-17erosq: Move ACTION_TREE_WPS to list context for use in Files and DatabaseDana Conrad
The ACTION_TREE_WPS (held back button) was a part of the mainmenu context, moved to list context so it would work in Files and Database as well for consistency. Change-Id: I3749d7b4fd041db80e81c1a79d30c2c7bdd64829
2021-03-14erosq: change keymap to fix back buttonDana Conrad
Back button's ACTION_TREE_WPS state in the mainmenu context causes a jump back to the main menu root from anywhere in the settings tree. Changing it to a held button fixes this. Also changed the ACTION_STD_CANCEL functionality of the back button in the standard context to be on release, just because I think it feels better to use. Also added myself to docs/CREDITS Change-Id: Ia5892f4d995431abe0616f00fd5cc8368dd750a2
2021-03-13erosq: Have tree context fall back to list context rather than mainmenu.Solomon Peachy
Allows 'back' to cancel vs always popping into wps, for example. Change-Id: Ia9f27f884c6076906ff023d666872c566c60aa37
2021-03-13Add soft-keylock to standard context on the x20/x3ii/erosq targetsSolomon Peachy
tap power to lock! Change-Id: I819c90757a9082eab485828727d76e5ed33a29ed
2020-10-11New port: AIGO EROS Q / EROS KSolomon Peachy
The Q and K have a slightly different case, but the hardware under the shell is completely identical. These models are rebadged versions: * Hifiwalker H2 (== Q) * AGPTek H3 (== K) * Surfans F20 (== K) Other notes: * Significant improvements in the shared Hiby-platform launcher/loader * SD card can theoretically be hot-swapped now * Support external USB mass storage! * Some consolidation of Hiby-platform targets * Some consolidation of plugin keymaps Todo/known issues: * Keymaps need to be gone over properly * Convert to HAVE_SCROLLWHEEL? Change-Id: I5a8a4f22c38a5b69392ca7c0a8ad8c4e07d9523c