Maximilian Engl

Results 9 comments of Maximilian Engl

Thank you so much for this!! It works really well. I noticed a small problem in [1652cf9](https://github.com/caksoylar/keymap-drawer/commit/1652cf92d1f077056e4d0f879253c4e9ceed45c5): It still uses the excluded header in `parse_config.raw_binding_map` as it doesn't add the...

Hi, thanks for contributing! You are right, the description should be more detailed. However, I would prefer to revise the whole paragraph instead of adding a summary at the end...

Unfortunately, this is not so easily possible (see https://github.com/zmkfirmware/zmk/issues/1749). One possibility is to render all elements onto a [canvas](https://docs.lvgl.io/8.4/widgets/core/canvas.html), which is then rotated. However, this would be a major redesign,...

Hi, that's a good idea and shouldn't be too difficult to implement. I'll add it to my to-do list. > Oh and maybe, a variable display timeout? This is already...

Partly implemented by #20

haha, thanks for letting me know

> Is it possible to modify the display to increase layer's name when we don't use bongo cat ? Yes, that would be relatively easy to implement. How do you...

Hi, there is no dependency in the line you mentioned. ([custom_status_screen.c#L76](https://github.com/englmaxi/zmk-dongle-display/blob/main/boards/shields/dongle_display/custom_status_screen.c#L76)) I noticed that the ESB module was recently updated to support battery reporting (https://github.com/badjeff/zmk-feature-split-esb/commit/3d3e70700ecf30dada88b388e4e7336b178d39b5). Could you please check if...

In the before mentioned commit of the ESB module `ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS` is defined. When I have time i'll use this symbol instead of `ZMK_SPLIT_BLE_PERIPHERAL_COUNT`. This way you won't have to maintain...