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

YMDK Melody96 Matrix Touch-Up #22113

Merged
merged 4 commits into from
Sep 24, 2023
Merged

Commits on Sep 22, 2023

  1. Correct layout/matrix diagram

    Correct swapped designations for ANSI Backslash and ANSI Enter keys.
    
    [docs]
    noroadsleft committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    39d6586 View commit details
    Browse the repository at this point in the history
  2. Correct matrix data

    Correct the matrix data for:
    
      - `LAYOUT_all`
      - `LAYOUT_96_ansi`
      - `LAYOUT_96_ansi_splitbs`
    
    which all had the matrix positions for ANSI Backslash and ANSI Enter swapped.
    
    [bugfix]
    noroadsleft committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    33ca036 View commit details
    Browse the repository at this point in the history
  3. Implement LAYOUT_hotswap directly

    Implement `LAYOUT_hotswap` as its own layout, instead of aliasing it to
    `LAYOUT_96_ansi`.
    
    [bugfix]
    noroadsleft committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    0b62caf View commit details
    Browse the repository at this point in the history
  4. Specify primary support for Soldered PCBs

    Current version of codebase primarily supports Soldered PCBs.
    
    [enhancement] [docs]
    noroadsleft committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    c102e44 View commit details
    Browse the repository at this point in the history