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

Add color customization with Dualbandwidth support #8

Merged
merged 14 commits into from
Sep 26, 2020

Commits on Jan 17, 2017

  1. Allow color customization

    Ignoring dualbandwidth for now since it's way more complicated to
    set up.
    chall8908 committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    f2d9172 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b846280 View commit details
    Browse the repository at this point in the history
  3. Fix debug output being before variable definitions

    More stupidity...
    chall8908 committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    2db7734 View commit details
    Browse the repository at this point in the history
  4. Use luabitop library

    I misread the lua documentation.  The bit32 library is only in 5.2
    which is not installed on the omnia by default.
    chall8908 committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    2a04592 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    457da18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d7e78eb View commit details
    Browse the repository at this point in the history
  7. Refactor out the color interpolation

    Also refactor it to be more what I was going for.
    chall8908 committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    062bfc5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1a84b5f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0742c8b View commit details
    Browse the repository at this point in the history
  10. Copy config if local config is newer

    During installs, the config file may not be copied even if it was
    changed.  Now, it does a file newer than check instead of just an
    existance check.
    chall8908 committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    0749d99 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2020

  1. Merge pull request #1 from rll-rll/color_customization

    Color customization
    rll-rll committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    f5e29ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86280dc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from rll-rll/dual_color_custom

    Add support for dualband with color customization
    rll-rll committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    a90981d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Revert "Copy config if local config is newer"

    This reverts commit 0749d99.
    rll-rll committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    7a1a564 View commit details
    Browse the repository at this point in the history