Pedro Casotti
Pedro Casotti
Now we have the `Controller`, we need to actually send [ControllerEvent](https://github.com/HaoboGu/rmk/blob/3d68f036a4cdc3da5c2ec37aa890a336474f74f6/rmk/src/event.rs#L101) messages to the controllers. - [ ] Key event - [ ] Battery percent changed - [ ] Changing...
Currently we only support one Tri Layer: ``` toml [behavior] tri_layer = { upper = 1, lower = 2, adjust = 3 } ``` The idea is to add support...
Publish the `ControllerEvent::Sleep` event when entering or waking from sleep mode.
Currently, due to feature and license differences with qmk, we have some limitations when working with Via/Vial, therefore it would be nice to have our own protocol for dynamic keyboard...
I believe it's a good idea to add a setting similar to zmk [SAVE_DEBOUNCE](https://zmk.dev/docs/config/system#general) to reduce potential wear on the flash memory, or we can use the cache options from...