Sviatoslav Bulbakha

Results 27 comments of Sviatoslav Bulbakha

If anyone is interested, I wrapped this PR in a module to use without needing to maintain a fork - https://github.com/ssbb/zmk-antecedent-morph

Maybe it will be easier to just message file URL instead?

I have exactly the same issue with some of the files in my projects. It does not happen with other treesitter-based editors like nvim or zed (I am using this...

@casouri tracked it down to tree-sitter itself, so you can follow this issue: https://github.com/tree-sitter/tree-sitter/issues/3620

It would be cool to add some physical layout definitions for keyboards. For example, [QMK uses](https://github.com/qmk/qmk_firmware/blob/master/docs/reference_info_json.md#layouts-layouts) a KLE-like JSON format. We could add some common presets like ANSI60, ANSI104, ISO60,...

@masar3141 As a side note - you should not use `&kp` with bootloader behavior but reference it directly like `&bootloader`. Not sure it's a typo here or the cause of...

@adonig I got some workaround working via triggering the buffer size. The thing is that `is_invalidate` flag tracked on the C module side and it will ignore any redisplay requests...