Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New feature: Select previous channel mode with 4C, optionally instead of 4C ramp -> lock #50

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from

Commits on Apr 5, 2024

  1. New feature: Select previous channel mode

    Two options. Previous channel is on 4C from ramp mode only and replaces lockout mode. By defining `USE_PREVIOUS_CHANNEL` it is included as a configurable option under the ramp extras menu (0: 4C -> lock. 1: 4C -> previous channel). By defining both `USE_PREVIOUS_CHANNEL` and `PREVIOUS_CHANNEL_REPLACES_LOCKOUT` the lockout shortcut is entirely removed and the config option is not included to save some space.
    SiteRelEnby committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    6d90905 View commit details
    Browse the repository at this point in the history
  2. Fix a bug that was preventing the lockout shortcut from being removed on

    the minimal non-configurable version
    SiteRelEnby committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    5eda1f9 View commit details
    Browse the repository at this point in the history