Less/Rikki

Results 11 issues of Less/Rikki

As I'm guessing you're aware, ZMK is shying away from maintaining boards and shields in its main repository, and to that end has provided a canonical way to externalize these...

- **Added matrix transforms and physical layouts for three configurations.** This is a numpad, but notably the first three positions of column 0 are actually tact switches on the back...

shields
refactor

A few overlays scattered across boards, shields and tests appear to have been missed when updating/upgrading these properties. ~~Tagging @ReFil who may or may not be `crbn`'s maintainer: `resolution` was...

## Description - The `audio` vendor keymap was removed as part of 2023's big purge; while a mistake in name it's probably better in practice to just enable audio across...

keyboard
keymap
via

[All `push` event runs of the Build action since 2024-01-25 have failed](https://github.com/zmkfirmware/zmk/actions/workflows/build.yml?query=event%3Apush+is%3Afailure) in part[^1] because `actions/checkout` is not being run prior to `tj-actions/changed-files`. ~~This primarily presents a problem for novice...

I would argue that #2262 is a prerequisite for this. - Link directly to the Build workflow. Should the filename of the workflow change without a corresponding docs update (oops)...

## Description There is a Round 3 of this keyboard [which I am preparing for submission](https://github.com/lesshonor/qmk_firmware/tree/new-keyboard/ncr80_r3), so move (and refactor slightly) the original Round 2 folder. - Unnecessary blank layers...

keyboard
keymap
via
dd

* **Add missing `wakeup-source` attribute to `kscan` node.** * Remove partially-functional "tidbit_19key" shield and related documentation in favor of an alternate `matrix-transform`. * See #1132. Given the current flawed status,...

shields

## Board/Shield Check-list - [x] Keymaps do not use deprecated key defines (Check using the [upgrader tool](https://zmk.dev/docs/codes/keymap-upgrader)) There are a fair number of keymaps which still use deprecated keycodes. I...

keymaps

Instead of cancelling all jobs in the build or test matrices if one fails, allow remaining jobs to continue running. This lowers the impact of [transient problems with CI actions/runners](https://github.com/zmkfirmware/zmk/actions/runs/9755038986),...

github_actions