~ruther/qmk_firmware

36635c22 — James Young 3 years ago
Ellora65: remove dead space from Configurator rendering (#16478)

c9d9e70a — Joel Challis 3 years ago
Move projectcain encoder logic to keyboard level (#16479)

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.
3ac769b6 — James Young 3 years ago
handwired/3dortho14u: refactor layout data (#16475)

Remove nonextant matrix positions from the layout data.
d1068b23 — James Young 3 years ago
snatchpad: update layout data (#16476)

Fixes key overlaps in QMK Configurator.
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.
779c7deb — Joel Challis 3 years ago
Fix issues with data driven split keyboards (#16457)

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.
77cdb20e — Joel Challis 3 years ago
Revert CLI default for manufacturer (#16467)

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
57601d3c — James Young 3 years ago
Wren: fix QMK Configurator key sequence (#16462)

* Wren: fix QMK Configurator key sequence

* info.json: update maintainer field
29ab430f — Albert Y 3 years ago
[Docs] Anchor link correction in rgb matrix docs (#16460)

1d30ee72 — stanrc85 3 years ago
[Keymap] stanrc85 userspace rules cleanup (#16447)

259cf769 — Dasky 3 years ago
Link WS2812 driver page from rgb feature docs (#16366)

c1e008b0 — James Young 3 years ago
[Keyboard] add YMDK YMD21 v2 (#16442)

* [Keyboard] add YMDK YMD21 v2

* remove trailing whitespace from default keymap
[Docs] Add commands to flashing docs (#16456)

[Handwired] Support for Adafruit lemon keypad (#16395)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: zvecr <git@zvecr.com>
3057e5f8 — peepeetee 3 years ago
[Keyboard] ada1800mini (#16386)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
83a32b25 — Joel Challis 3 years ago
Remove 1k USB_POLLING_INTERVAL_MS config from keyboards and default-ish keymaps (#16448)

* Remove 1k USB_POLLING_INTERVAL_MS config from keyboard level

* Remove 1k USB_POLLING_INTERVAL_MS config from default|via keymaps
e7931289 — zvecr 3 years ago
Merge remote-tracking branch 'origin/develop'
Next