summaryrefslogtreecommitdiff
path: root/firmware/Cargo.toml
AgeCommit message (Collapse)Author
2022-02-25Update some dependenciesMarc Poulhiès
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
2021-05-19Use new macro to define layers + cleaningMarc Poulhiès
Use the new layout!() macro for easier and more readable layers definitions. Add a testmode feature, used to have 'a' on all keys, easier to test if all switch are correctly working or not. Also fixed some minor warnings.
2021-01-16Change Keyboard::leds to leds_mut following upstream change.Marc Poulhiès
The function changed names while upstreaming it. Reverting back keyberon to upstream git instead following this change.
2021-01-10Allow for minor version change in dependenciesMarc Poulhiès
2021-01-10Simple backlight support using custom actions.Marc Poulhiès
Use keyberon's custom action to create some useless LEDs mode. Frequency (when applicable) and color can be changed by some keypress.
2020-11-11Initial work for Pouetpouet boardMarc Poulhiès
Based on keyseebee but now very different.
2020-08-19Blind implementation of serial communicationGuillaume Pinot
2020-08-05some cleanupsGuillaume Pinot
2020-08-02first compiling firmwareGuillaume Pinot