Less/Rikki

Results 52 comments of Less/Rikki

> Why do you think that. PRs of this nature have mostly gone ignored. You can page through the open PR list vs [what has been merged](https://github.com/zmkfirmware/zmk/pulls?q=is%3Apr+is%3Amerged), if you like....

The RGB pin doesn't appear to have a bias. You can inspect the assembled devicetree as part of your build logs, though it is a little inconvenient post-processing: https://github.com/sidju/zmk-helix-config/actions/runs/7950722479/job/21703340446#step:13:535 The...

@gnapiorkowski @shawnbitzaro @lsshawn You might want to test the fix @ton-im is proposing in #2152.

> Howdy! I am looking to adapt my Afternoon Breeze to use ZMK - any chance I could bump this issue and hope y'all could push it over the finish...

What OS are you running? Can you please take a screenshot of your language settings? On Windows, these settings are under **Settings > Language**. Mine looks like this: ![Windows language...

Please confirm that the language icon in your taskbar is set to US English for the keyboard layout: ![image](https://github.com/qmk/qmk_configurator/assets/86894501/3d02cade-a516-40dd-8a7e-5cfc27d0f50f)

> The default keymap is for the Rev1. Should i rename it to rev1 to make it clear? You should move it under the `rev1` folder, if it only works...

(note: I don't know enough about the custom matrix to comment on it one way or the other, but everything else seems fine.)

Your keymap uses outdated macros (`#define`s), and you should probably run `qmk lint` on it to ferret out other problems. `#define RGB_ANIMATIONS` doesn't include all RGB effects anymore either. Reviewing...

> The keymap also features: > > * Caps words > > * Home row mods > > * Multiple layouts on different layers (colemak, qwerty and gaming) > >...