Skip to content

Univa/rumcake-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rumcake-templates

A collection of templates to start building your rumcake firmware.

To get started, install cargo-generate, then generate one of the templates:

cargo generate --git https://github.com/Univa/rumcake-templates

Template updates

rumcake is being developed rapidly, and may introduce a lot of breaking changes to its public API. If you want to update rumcake, please refer to the templates to see how to use it with the most recent version.

Available templates

rumcake-basic-template

Template for a basic keyboard with underglow and a duplex matrix, with the following layout:

image

  • STM32F303CBx
  • USB host communication
  • WS2812 Underglow
  • Duplex Matrix
  • Vial

Note: storage feature is disabled by default to reduce binary size, so Vial and underglow changes will not be saved. See the storage doc for information on how to implement this.

rumcake-split-template

image

Template for a split keyboard with a left and right half, no dongle.

  • nRF52840 on both MCUs
  • Bluetooth host communication
  • Bluetooth used to communicate between both halves

About

templates to start building a `rumcake` firmware

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published