Add SIRIND Brick65 (#23245)
Add KM113 keyboard (#22669)
Absolute paths for -kb argument should error consistently (#23262)
[Keyboard] Add PetruziaMini (#23201)
* Uploading the PetruziaMini
My first try on uploading somethings on github. Hoping it works, this is my handwired PetruziaMini. I don't know if it will be visible on qmk configurator now
* 36 key hhbk inspired kb
* Required changes done
I compiled it locally and works
* Last changes requested
Added a imgur image (first time using, hoping i did it right) and summarized the description as requeste
* Fixed imegur link
* Ops, i've lost this. Here it comes
Thanks for helping! I'll take notes for next time :)
Ares Layout Additions (#23254)
Aero 75 Hotswap: correct layout data (#23253)
KBDfans KBD75 Layout Additions (#23234)
Fix Magicforce MF17 RGB matrix (#23263)
Flag LAYOUT macros still defined in .h files (#23260)
kb-elmo AEK II USB: correct Configurator data (#23252)
Correct the QMK Configurator / `qmk info -m` data.
[chore]
Fixes for encoder abstraction. (#23195)
KBDfans KBD19x Layout Additions (#23230)
* Add layout/matrix diagram
[docs]
* Re-sort JSON `layouts` object
Moves the `LAYOUT_all` object to be first in sequence.
[refactor]
* Add `LAYOUT_ansi_split_bs`
[enhancement]
* Add `LAYOUT_iso_split_bs`
[enhancement]
* Add `LAYOUT_ansi_wkl_split_bs`
[enhancement]
* Add `LAYOUT_ansi_wkl`
[enhancement]
* Add `LAYOUT_iso_wkl_split_bs`
[enhancement]
* Add `LAYOUT_iso_wkl`
[enhancement]
Attempt to deal with GCC 13+ and rv32 arch extensions. (#23086)
Orthograph: correct layout data (#23213)
* correct layout data
Correct the key sizes and positions in the layout data.
[chore]
* remove layout offset
Remove the dead space from the layout data.
[chore]
Xiudi XD96 Layout Bugfixes and Touch-Up (#23242)
* 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]
[Keyboard] Add CMK11 (#23239)
* adding cmk11
* correcting default keymap
* removing rules.mk
* removing unnecessary comment
Add instructions for debugging ARM with VSCode+BMP. (#11217)