~ruther/qmk_firmware

[Keyboard] add glyphkbd_v2 (#23131)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Add support new kb_elmo PCBs (#23138)

Co-authored-by: Ryan <fauxpark@gmail.com>
Add SIRIND Brick65 (#23245)

Add KM113 keyboard (#22669)

fb11330e — Joel Challis 1 year, 4 months ago
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 :)
3a3b4d15 — James Young 1 year, 4 months ago
Ares Layout Additions (#23254)

2121931e — James Young 1 year, 4 months ago
Aero 75 Hotswap: correct layout data (#23253)

7cbbcdc5 — James Young 1 year, 4 months ago
KBDfans KBD75 Layout Additions (#23234)

Fix Magicforce MF17 RGB matrix  (#23263)

ae38bdd5 — Joel Challis 1 year, 4 months ago
Flag LAYOUT macros still defined in .h files (#23260)

abf65049 — James Young 1 year, 4 months ago
kb-elmo AEK II USB: correct Configurator data (#23252)

Correct the QMK Configurator / `qmk info -m` data.

[chore]
3e1ac7a3 — Nick Brassel 1 year, 4 months ago
Fixes for encoder abstraction. (#23195)

be42ea30 — James Young 1 year, 4 months ago
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]
900e79fe — Nick Brassel 1 year, 4 months ago
Attempt to deal with GCC 13+ and rv32 arch extensions. (#23086)

fec23230 — James Young 1 year, 4 months ago
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]
a8991722 — James Young 1 year, 4 months ago
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 sf2040 (#23211)

Co-authored-by: jack <0x6a73@protonmail.com>
113d3d60 — David Hoelscher 1 year, 4 months ago
[Keyboard] Add CMK11 (#23239)

* adding cmk11

* correcting default keymap

* removing rules.mk

* removing unnecessary comment
8946aace — Nick Brassel 1 year, 4 months ago
Add instructions for debugging ARM with VSCode+BMP. (#11217)

Next