Nicolas Munnich

Results 114 comments of Nicolas Munnich

On going through this again, could probably add a test for this.

> If you want to get the state of a conditionally activated `then-layer`, it seems useful to me to propagate the locked state from `if-layers` (i.e. it is locked if...

> I am hoping to replace the tracking of momentariness by checking the "locked" state of the highest active layer instead. I've added what I believe are the necessary parts...

Just realised that this makes #1984 obsolete.

> Hello, > > I see that the changes are ready to merge, but I wonder if the `locking` property could additionally be implemented for sticky layers. For the case...

I think that rather than `uint64_t`, the preferred approach would be to switch it to an array of `uint8_t`, with the array length automatically inferred from the keymap.

https://github.com/nmunnich/zmk-component-rp2040-zero This component is made available in a module. As we are looking into upgrading to Zephyr 4.1 currently, which includes this component, I see no reason to further pursue...

Could you just check two things for me: 1. When the keyboard is in sleep, what is the output voltage of the shift register pins 2. What happens if you...

Going to reopen as a documentation error: we should have requirements-extras documented for windows.

A more complicated solution, but the one that I would prefer, is if we could ban source local behaviors from existing in their current form and instead require that the...