~ruther/qmk_firmware

9d7f6d10 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
Revert "handwired/3dortho14u: refactor layout data (#16475)" (#16485)

This reverts commit 3ac769b6abe9b97a94033f376b28482d2d5f7b00.
7f515ee6 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
325c6341 — James Young 3 years ago
atlas_65 Layout Macro Refactor (#16483)

* atlas_65.h: add matrix diagram

* atlas_65.h: apply linting

- convert tabs to spaces
  - four-space indent
- align backslashes in layout macro

* atlas_65.h: adjust layout macro alignment

Visually separates each side. White-space-only change.

* physically arrange layout macro

Move the matrix position identifiers in the layout macro to resemble the assembled keyboard's layout.

- move `k46` (right side B) to the fourth (Shift) row
- move each of `k1E`, `k2E` and `k3E` (right side navigation keys) up one row
- update keymaps to match

* update maintainer data

Update the maintainer data in `info.json` and `readme.md`.
7d842c67 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
369575ad — Joel Challis 3 years ago
Remove invalid keyboard_folder from gk6 (#16480)

5467bdf3 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
36635c22 — James Young 3 years ago
Ellora65: remove dead space from Configurator rendering (#16478)

d77b5ad0 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
c9d9e70a — Joel Challis 3 years ago
Move projectcain encoder logic to keyboard level (#16479)

c70bb753 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
f293e6b4 — James Young 3 years ago
Glacier: Community Layout support (#16474)

* Glacier: Community Layout support

Enables the Glacier to use QMK's `tkl_f13_ansi_tsangan` community layout.

- rename `LAYOUT` to `LAYOUT_tkl_f13_ansi_tsangan`
- add `LAYOUTS` rule to `rules.mk`

* info.json: correct maintainer value

Use the maintainer's GitHub username.
5e57d18c — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
3ac769b6 — James Young 3 years ago
handwired/3dortho14u: refactor layout data (#16475)

Remove nonextant matrix positions from the layout data.
73135e74 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
d1068b23 — James Young 3 years ago
snatchpad: update layout data (#16476)

Fixes key overlaps in QMK Configurator.
36e47cb3 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
fbfd5312 — Erovia 3 years ago
CLI: Validate JSON keymap input (#16261)

* Fix schema validator

It should use the passed schema.

* Add required attributes to keymap schema

* Rework subcommands to validate the JSON keymaps

The 'compile', 'flash' and 'json2c' subcommands were reworked to add
JSON keymap validation so error is reported for non-JSON and
non-compliant-JSON inputs.

* Fix required fields in keymap schema

* Add tests

* Fix compiling keymaps directly from keymap directory

* Schema should not require version for now.
3c7c9bdd — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
779c7deb — Joel Challis 3 years ago
Fix issues with data driven split keyboards (#16457)

Next