~ruther/qmk_firmware

da280739 — Drashna Jael're 3 years ago
Merge remote-tracking branch 'origin/master' into develop
`mokey/xox70`: clean up layouts (#16375)

7f63bcf3 — Joakim Tufvegren 3 years ago
[Bug] Re-add call to `suspend_power_down_kb()` (#16382)

7e00fcd7 — Takeshi ISHII 3 years ago
[Keyboard] Remove Helix/rev1 (#16389)

0d9a0d5d — Joel Challis 3 years ago
Align new-keyboard with recent schema updates (#16378)

5ff823d3 — Joel Challis 3 years ago
Bodge for helix build failures (#16376)

08ebf152 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
da68083f — Dan Nixon 3 years ago
Update USB VID and PID for Aya (#16363)

6a8df588 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
Add extra braces for trackball keymaps (#16361)

16767312 — Joel Challis 3 years ago
Align docs to new-keyboard behaviour (#16357)

fede569b — Joel Challis 3 years ago
Allow NO_PIN within info.json (#16359)

b0621223 — Joel Challis 3 years ago
Various fixes for new-keyboard (#16358)

c9f192ba — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
Fix multiple definition errors for trackball "boards" with no keys (#16350)

23c238a1 — Erovia 3 years ago
CLI: Minor additions #12795 (#16276)

1980e48e — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
485cf920 — James Young 3 years ago
Xenon: correct QMK Configurator key sequence (#16332)

61ed2e2b — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
6b01657a — James Young 3 years ago
Mode M75S Layout Additions, Configurator Data and Code Touch-Up (#16327)

* m75s.h: correct matrix position identifier

`K5C` is actually on row 4, so it should be `K4C`.

* m75s.h: add matrix diagram

* add QMK Configurator data

* polish whitespace

- convert tabs to spaces
- update indent to four spaces
- remove trailing whitespace

* update readme

Didn't seem to be fully updated after being copied from the M65S codebase.

* add LAYOUT_ansi with keymap

ANSI layout with 2u Backspace.

* add LAYOUT_iso with keymap

ISO layout with 2u Backspace.

* add LAYOUT_ansi_tsangan with keymap

ANSI layout with 2u Backspace and 7u Spacebar.

* add LAYOUT_iso_tsangan with keymap

ISO layout with 2u Backspace and 7u Spacebar.

* add LAYOUT_ansi_split_bs with keymap

ANSI layout with Split Backspace.

* add LAYOUT_iso_split_bs with keymap

ISO layout with Split Backspace.

* add LAYOUT_ansi_tsangan_split_bs with keymap

ANSI layout with Split Backspace and 7u Spacebar.

* add LAYOUT_iso_tsangan_split_bs with keymap

ISO layout with Split Backspace and 7u Spacebar.
Next