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

Conversation

noroadsleft
Copy link
Member

@noroadsleft noroadsleft commented Mar 8, 2024

Description

  • Correct AliExpress Hardware Availability link in readme
    Previous URL linked to a Cospad listing.
  • Convert info.json to four-space indent
  • Correct LAYOUT_all matrix data
    The right half of split Backspace is actually located at [5, 9], not [5, 3].
  • 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. (Thanks to zvecr for checking this for me.)
  • Add layout/matrix diagram
  • Refactor keymaps
    • remove "inline block" comments
    • grid-align keycodes
    • use four-space indent

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout/userspace (addition or update)
  • Documentation

Issues Fixed or Closed by This PR

  • Misleading reference link in readme.md
  • Improper matrix data for LAYOUT_96_iso and LAYOUT_all

Checklist

  • My code follows the code style of this project: C, Python
  • I have read the PR Checklist document and have made the appropriate changes.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

Previous URL linked to a Cospad listing.

[chore]
[docs]
The right half of split Backspace is actually located at [5, 9], not
[5, 3].

[bugfix]
Corrects the matrix positions of the ISO Hash/Tilde and ISO Enter keys
to [3, 12] and [3, 13], respectively.

[bugfix]
- remove "inline block" comments
- grid-align keycodes
- use four-space indent

[style]
@noroadsleft noroadsleft added enhancement keyboard keymap via Adds via keymap and/or updates keyboard for via support labels Mar 8, 2024
@noroadsleft noroadsleft requested a review from a team March 8, 2024 07:20
@zvecr zvecr merged commit a899172 into qmk:master Mar 9, 2024
2 of 3 checks passed
@noroadsleft noroadsleft deleted the cf/xiudi_xd96 branch March 10, 2024 06:51
vpadillap pushed a commit to vpadillap/qmk_firmware that referenced this pull request Mar 11, 2024
* Correct AliExpress Hardware Availability link in readme

Previous URL linked to a Cospad listing.

[chore]
[docs]

* Convert `info.json` to four-space indent

[style]

* Correct `LAYOUT_all` matrix data

The right half of split Backspace is actually located at [5, 9], not
[5, 3].

[bugfix]

* 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]

* Add layout/matrix diagram

[docs]

* Refactor keymaps

- remove "inline block" comments
- grid-align keycodes
- use four-space indent

[style]
whoisjordangarcia pushed a commit to whoisjordangarcia/qmk_firmware that referenced this pull request Jun 8, 2024
* Correct AliExpress Hardware Availability link in readme

Previous URL linked to a Cospad listing.

[chore]
[docs]

* Convert `info.json` to four-space indent

[style]

* Correct `LAYOUT_all` matrix data

The right half of split Backspace is actually located at [5, 9], not
[5, 3].

[bugfix]

* 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]

* Add layout/matrix diagram

[docs]

* Refactor keymaps

- remove "inline block" comments
- grid-align keycodes
- use four-space indent

[style]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement keyboard keymap via Adds via keymap and/or updates keyboard for via support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants