rmk icon indicating copy to clipboard operation
rmk copied to clipboard

A Rust keyboard firmware with layers, online keymap editing and BLE wireless support for nRF52/ESP32

Results 19 rmk issues
Sort by recently updated
recently updated
newest added

there's a rust driver for the [azoteq tps-65](https://mm.digikey.com/Volume0/opasdata/d220001/medias/docus/2228/TPS43,_TPS65_Datasheet_Web.pdf) available [here](https://github.com/rwalkr/eskarp/blob/main/firmware/device/src/touchpad.rs). it would be nice for this to get ported to rmk. i will be trying to get this working on...

Latest `embassy` has lots of new features and fixes some known issues of stm32f1 series. We should update to latest version of `embassy`. There are several blockers currently: - [x]...

Hey! First of all thank you very much for releasing this awesome firmware! I have a question regarding power consumption. I am planning on building a wearable BLE keyboard for...

enhancement
help wanted

This pull request enhances the `detect_change_with_debounce` function by introducing granular debounce state information. The function now returns `DebounceState` enums representing various states of the debounce process, providing more detailed feedback...

This pull request aims to improve the behavior of the keyboard events. Currently, the `report.keycodes` is being cleared immediately after sending a report. However, this approach can lead to the...

Thank you for this promising project! _(Then you get people like me who come and start Feature Requests like: I need 777 features that are present in QMK, but done...

enhancement

Heya :wave: I was wondering: does this firmware support the "matrix-less" inputs on the Adafruit Macropad [1]? The macropad has 12 keyboard switches, each connected to it's own GPIO pin....

enhancement
help wanted

Some content in the README has not been synchronized to the Chinese version.