Added design inspiration link.
I added a link to the molekula keyboard github since it is the design inspiration for this project.
This commit is contained in:
parent
5811f5133b
commit
ac3c4374d5
@ -9,7 +9,7 @@ for more keyboards and eventually other target platforms (microcontrollers).
|
|||||||
|
|
||||||
## Firmware
|
## Firmware
|
||||||
The firmware is written in Rust. It uses [embedded-hal][HAL] to create
|
The firmware is written in Rust. It uses [embedded-hal][HAL] to create
|
||||||
an async abstraction for the MCU this is then combined with our keyboard
|
an async abstraction for the MCU that is then combined with our keyboard
|
||||||
model.
|
model.
|
||||||
|
|
||||||
[HAL]: https://github.com/rust-embedded/embedded-hal
|
[HAL]: https://github.com/rust-embedded/embedded-hal
|
||||||
@ -27,3 +27,10 @@ has not been determined yet.
|
|||||||
The initial target platform (microcontroller) will be the nRF52,
|
The initial target platform (microcontroller) will be the nRF52,
|
||||||
specifically the nice!nano v2. This will allow the Codecaster keyboard
|
specifically the nice!nano v2. This will allow the Codecaster keyboard
|
||||||
to be wireless.
|
to be wireless.
|
||||||
|
|
||||||
|
|
||||||
|
## Inspiration
|
||||||
|
The Codecaster keyboard is based on the [molekula 2 keyboard][molekula].
|
||||||
|
It has a MIT license and is open sourced.
|
||||||
|
|
||||||
|
[molekula]: https://github.com/zzeneg/molekula/tree/main/keyboards/Molekula2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user