Kuba Birecki
Kuba Birecki
Resolves #12 by adding a new setting called "move_to_current_pane", which can be used to trigger the desired behavior.
I noticed there's an issue with batching and multiple panes. If the cursor is placed outside of the current view on a non-active pane, that pane will scroll to the...
Replacing a `tab` character (for example when in line mode) causes the text to jump. We should be checking for the `tab` character in the substitution function and append an...
This is an initial stab at a general LED animation API, previously discussed in #554 and on ZMK Discord. While it was originally meant to be a solution for per-key...
This PR adds support for a IS31FL3743A LED matrix driver as a proposition for more energy efficient 'bling' on ZMK powered devices. Hopefully it can also be leveraged in implementing...
This PR adds support for a IS41FL3741 matrix LED driver, enabling efficient control for up to 351 single color, or 117 RGB LEDs. In turn, this should allow for power...
Fixes # ## Proposed changes: Backport changes for Jetpack 14.0-a.7. ### Other information: - [ ] Have you written new tests for your changes, if applicable? - [ ] Have...
A minor UI issue I discovered while using Ghost CLI within `tmux` - a popular terminal multiplexer. It seems that the `hamburger` spinner icon isn't interpreted correctly by tmux, even...