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

Extend Qukeys to support adding Qukeys in the keymap #1408

Closed
wants to merge 13 commits into from

Commits on Mar 20, 2024

  1. Improve consistency when defining ranges

    Signed-off-by: Evy Bongers <[email protected]>
    EvyBongers committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d6eb607 View commit details
    Browse the repository at this point in the history
  2. Use const expressions for all ranges for clarity

    Signed-off-by: Evy Bongers <[email protected]>
    EvyBongers committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    3890a13 View commit details
    Browse the repository at this point in the history
  3. Define Qukey range

    Signed-off-by: Evy Bongers <[email protected]>
    EvyBongers committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e9bd3da View commit details
    Browse the repository at this point in the history
  4. Define new API

    Signed-off-by: Evy Bongers <[email protected]>
    EvyBongers committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    00c7fb2 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Add new Qukeys ranges to test for keyboardio#1010

    Signed-off-by: Evy Bongers <[email protected]>
    EvyBongers committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    301d053 View commit details
    Browse the repository at this point in the history
  2. Use const expressions in ranges test as well

    Signed-off-by: Evy Bongers <[email protected]>
    EvyBongers committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3af409a View commit details
    Browse the repository at this point in the history
  3. First attempt at in-keymap qukeys

    Signed-off-by: Evy Bongers <[email protected]>
    EvyBongers committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    950b446 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Remove duplicate definition of QK

    Signed-off-by: Evy Bongers <[email protected]>
    EvyBongers committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    7234c72 View commit details
    Browse the repository at this point in the history
  2. Temporary fix for duplicate Qukey definition

    Signed-off-by: Evy Bongers <[email protected]>
    EvyBongers committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    75e0883 View commit details
    Browse the repository at this point in the history
  3. Don't leave open brackets

    Signed-off-by: Evy Bongers <[email protected]>
    EvyBongers committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    934ee1e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Little progress

    Signed-off-by: Evy Bongers <[email protected]>
    EvyBongers committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    1a3a582 View commit details
    Browse the repository at this point in the history
  2. Work out the basic idea

    Signed-off-by: Evy Bongers <[email protected]>
    EvyBongers committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    9fd4711 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Store both primary and alt keys in PROGMEM

    Signed-off-by: Evy Bongers <[email protected]>
    EvyBongers committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    57a4fd9 View commit details
    Browse the repository at this point in the history