BenjaminSoelberg / openchronos-ng-elf

Fully modular opensource firmware for the eZ430 chronos using TI's new msp430-elf-gcc
GNU General Public License v3.0
59 stars 22 forks source link

Up and down buttons should be swapped #26

Closed BenjaminSoelberg closed 7 years ago

BenjaminSoelberg commented 7 years ago

When setting the time, the up button adds one hour and down subtracts one hour. This seems counter intuitive to me as up should be previous and down should be next. Please consider other modules usage of up/down if/when changing this default behaviour of up and down buttons

BenjaminSoelberg commented 7 years ago

Fixed in a2b7a8eeda170cce95b53b74c435072e095a7c30

Lets see how this UI change plays out.

BenjaminSoelberg commented 7 years ago

I'll add a setting to flip it to the config

BenjaminSoelberg commented 7 years ago

Config setting CONFIG_BUTTONS_SWAP_UP_AND_DOWN added. Not set by default.