tib

Results 7 issues of tib

Currently the Pwm implementation works only for Alternate. I miss the implementation for Alternate, furthermore I was not able to figure out how to fix this. Perhaps this Alternate abstraction...

Hi All, I'v run into the need for a generic "Instant" implementation several times. - Its implementation could be "tick based", for example running from 72Mhz clock with an u32...

To make this timer2 based blinky example work, I had to add clear_interrupt_pending to the timer implementation macro. ' /// use this in the interrupt handler pub fn clear_interrupt_pending(&mut self)...

Macro configuration is not possible from keyboard.toml or at least the documentation is missing.

I have seen that "Encoder" support is on the roadmap. In ZMK if you add a "rotary wheel" to the keyboard, they assume, it is realized with encoders (like EC11),...

Some unit tests are randomly failing on slow or overloaded testing hardware likely due the usage of Instant::now() all over teh code. It would be better to record the press...

It could hold information about the location of the home row, the left/right hand, and maybe timing settigs, which all can be useful for fine tuning HRM. Other ideas are...