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

Xiudi XD96 Layout Bugfixes and Touch-Up #23242

Merged
merged 6 commits into from
Mar 9, 2024
Merged

Commits on Mar 8, 2024

  1. Correct AliExpress Hardware Availability link in readme

    Previous URL linked to a Cospad listing.
    
    [chore]
    [docs]
    noroadsleft committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f1f05d3 View commit details
    Browse the repository at this point in the history
  2. Convert info.json to four-space indent

    [style]
    noroadsleft committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    498992a View commit details
    Browse the repository at this point in the history
  3. Correct LAYOUT_all matrix data

    The right half of split Backspace is actually located at [5, 9], not
    [5, 3].
    
    [bugfix]
    noroadsleft committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    6b1dff0 View commit details
    Browse the repository at this point in the history
  4. Correct LAYOUT_96_iso matrix data

    Corrects the matrix positions of the ISO Hash/Tilde and ISO Enter keys
    to [3, 12] and [3, 13], respectively.
    
    [bugfix]
    noroadsleft committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    08c2f68 View commit details
    Browse the repository at this point in the history
  5. Add layout/matrix diagram

    [docs]
    noroadsleft committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    832aadb View commit details
    Browse the repository at this point in the history
  6. Refactor keymaps

    - remove "inline block" comments
    - grid-align keycodes
    - use four-space indent
    
    [style]
    noroadsleft committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    74badc2 View commit details
    Browse the repository at this point in the history