~ruther/qmk_firmware

be59e8af — Stefan Kerkmann 3 years ago
Deprecate split transactions status field (#16023)

ed8ab3e3 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
52e12588 — James Young 3 years ago
Krush65 Solder Refactor (#16065)

9e6874bd — James Young 3 years ago
CK60: LAYOUT_60_iso compatibility (#16066)

2df420f1 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
b39fc98b — Tim Liu 3 years ago
[Keyboard] Creatkeebs (#15766)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
6a9ec74b — Joel Challis 3 years ago
Remove unused suspend_idle (#16063)

9e5f8983 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
CU65: Fix VIA keymap (#16062)

7b31fc54 — Dasky 3 years ago
Enable a default task throttle for split pointing. (#15925)

c99cbd91 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
0a2a7641 — James Young 3 years ago
Krush60 Solder Refactor (#16029)

* solder.h: add matrix diagram

* solder.h: remove unnecessary comments

* rework LAYOUT_60_iso to LAYOUT_60_isoenter_split_bs

True ISO layouts are not supported on this keyboard because the PCB lacks support for split Left Shift. Renames the `iso` to `isoenter` to specify this.

- denotes use of Split Backspace
- move Backslash keycode to home row

* info.json: remove trailing whitespace

* info.json: clean up

Sort the layout trees into the same order as `solder.h`, and remove the `LAYOUT_60_all` tree (doesn't exist in source).

* solder.h: align positional arguments

Helps me proof-read the layouts at a glance. No logic change.

* fix syntax errors in keymaps

* remove ISO layouts

As previously noted, ISO layouts are not supported due to the PCB's lack of support for split Left Shift.

* rename LAYOUT_60_ansi_tsangan_split_bs to LAYOUT_60_tsangan_hhkb

Also renames `60_tsangan_splt_bs` keymap to `60_tsangan_hhkb`.

* rename LAYOUT_60_ansi_tsangan to LAYOUT_60_ansi_tsangan_split_rshift

Also renames `60_tsangan` keymap to `60_ansi_tsangan_split_rshift`.

* rename LAYOUT_60_ansi_arrow_split_bs_7u_spc to LAYOUT_60_ansi_arrow_tsangan_split_bs

Also rename `60_ansi_arrow_splt_bs_7u` to `60_ansi_arrow_tsangan_split_bs`.

* rename LAYOUT_60_ansi_arrow_7u_spc to LAYOUT_60_ansi_arrow_tsangan

Also renames `60_ansi_arrow_7u` keymap to `60_ansi_arrow_tsangan`.

* rename keymaps based on layout macro used

Making this easier to track in my head while I work on it.

* info.json: fix syntax errors

* rename LAYOUT_60_ansi_split_bs_7u_spc to LAYOUT_60_ansi_tsangan_split_bs

- renames `60_ansi_split_bs_7u_spc` keymap to `60_ansi_tsangan_split_bs`
- removes `layout_aliases` entry from `info.json` (creates incompatible data conflict)

* rename LAYOUT_60_ansi_7u_spc to LAYOUT_60_ansi_tsangan

- renames `60_ansi_7u_spc` keymap to `60_ansi_tsangan`

* info.json: remove LAYOUT_60_ansi_tsangan layout_aliases entry

Causes an incompatible data conflict.

* add second layer to 60_ansi keymap

* update via keymap

Now matches the behaviour of the default keymap.

* fix syntax errors in keymaps, take 2

* add RGB and Navigation keycodes

Adds RGB and Navigation keycodes to the `60_isoenter_split_bs`, `default` and `via` keymaps.
More keyboard rules.mk cleanups (#16044)

* More keyboard rules.mk cleanups

* Found a couple more
44e62a36 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
ca10e4d0 — Drashna Jaelre 3 years ago
[Keyboard] Fix orientation issues for Ploopy pointing devices (#16035)

efbfd303 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
Fix joystick button off-by-one error (#16037)

2da12182 — Joel Challis 3 years ago
Fix handwired/ms_sculpt_mobile default keymap (#16032)

7df37175 — Joel Challis 3 years ago
Workaround in Makefile for recursive rule matching (#15988)

* Bodge for recursive rule matching

* Bodge for recursive rule matching - force python3

* Tidy up
5f233458 — Nick Brassel 3 years ago
Add a script that simplifies running commands under docker. (#16028)

Next