1
0
forked from me/IronOS

1.13 alpha, testing new sensitivity & alternate button layout

This commit is contained in:
Ben V. Brown
2017-07-12 20:18:20 +10:00
parent 5802a254d0
commit f844200b1b
4 changed files with 12 additions and 8 deletions

View File

@@ -131,7 +131,7 @@ void ProcessUI() {
//The user pressed the button to breakout of the settings help prompt
StatusFlags = 0;
} else {
if (Buttons & BUT_A) {
if (Buttons & BUT_B) {
//A key iterates through the menu
if (settingsPage == SETTINGSOPTIONSCOUNT) {
//Roll off the end
@@ -141,7 +141,7 @@ void ProcessUI() {
} else {
++settingsPage; //move to the next option
}
} else if (Buttons & BUT_B) {
} else if (Buttons & BUT_A) {
//B changes the value selected
switch (settingsPage) {
case UVCO: