Dom H
Dom H
Recently I’ve started using this utility to disable Bluetooth on the Mac when the machine goes to sleep: https://github.com/odlp/bluesnooze It’s been a great workaround to stop my keyboard from waking...
Hey @bromanko, total nix newbie here. I'm in the process of building a new machine right now and so with a fresh Linux install I figured it would be a...
Nice @bromanko, I was hoping there would be a solution like that. I've submitted a PR to this branch in your repo: * https://github.com/bromanko/zmk/pull/1
I wanted to share in this discussion a link to @moergo-sc’s fork of ZMK: https://github.com/moergo-sc/zmk ([permalink to codebase at time of writing](https://github.com/moergo-sc/zmk/tree/c1a6182f548624d355de5cfa3c181e7ece9583be)) I haven’t had the chance to get too...
For a while, I was using @aumuell’s patched version of mod-morph which allows for the held modifiers to be optionally “masked” (or “swallowed”): - masked mods: https://github.com/aumuell/zmk/commit/fa61c6a3c6e7cbfcb5b3d9168b3454bf95c Here’s an example,...
This bug can be somewhat worked around with a [macro][1] that releases the shift. Here's a working example that changes `SHIFT` + `,` into `;`: ``` my_modmorph: my_modmorph { compatible...
Good question. There was some discussion about this [on Discord](https://discord.com/channels/719497620560543766/719909884769992755/970615483109892156) a few days ago. Here are some relevant snippets to aid the brainstorming: > **hxy**: > How would you power-on...
I also used this `masked_mods` functionality for a while – it worked great to get macOS-like text navigation on Linux: https://github.com/dxmh/zmk-config/blob/6561ae7d9485a9e373dc22aeff00c2cd3b3b0e7d/config/mod_morphs.dtsi I particularly liked that I could have [multiple mod-morphs...
Somewhat related PR: * https://github.com/zmkfirmware/zmk/pull/917
I agree with @MangoIV in that ultimately it would be great to be able run `nix build .#build-target` to build a hex (e.g. `nix build .#bt60` to build the BT60...