~ruther/qmk_firmware

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)

48f06ae6 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
e884414e — Takeshi ISHII 3 years ago
fix helix/rev2:edvorakjp build error (#16433)

'helix/rev2/keymaps/edvorakjp' was no longer buildable due to changes made by #14864.
The reason is that the prototype of `oled_task_user()` was changed in keymaps/edvorakjp/oled.c, but keymaps/edvorakjp/oled.h was not changed.
Therefore, I modified the prototype in keymaps/edvorakjp/oled.h.
e4a6afa3 — Joel Challis 3 years ago
Rework generate-api CLI command to use .build directory (#16441)

8f457ada — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
77cdb20e — Joel Challis 3 years ago
Revert CLI default for manufacturer (#16467)

4fd2739a — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
a7a3f722 — James Young 3 years ago
Wolf Sabre: fix Configurator layout data (#16465)

* apply friendly formatting to info.json

* rebuild Configurator layout data

KLE Rotation leads to incorrect layout data when converted to `info.json` format.

* add matrix diagram to sabre.h
f6bc0585 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
57601d3c — James Young 3 years ago
Wren: fix QMK Configurator key sequence (#16462)

* Wren: fix QMK Configurator key sequence

* info.json: update maintainer field
156f0561 — Stefan Kerkmann 3 years ago
[Core] Squeeze AVR some more with `-mrelax` and `-mcall-prologues` (#16269)

cb8528c3 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
29ab430f — Albert Y 3 years ago
[Docs] Anchor link correction in rgb matrix docs (#16460)

d9a69324 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
1d30ee72 — stanrc85 3 years ago
[Keymap] stanrc85 userspace rules cleanup (#16447)

4fae7cde — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
259cf769 — Dasky 3 years ago
Link WS2812 driver page from rgb feature docs (#16366)

Next