From ac3c4374d5480c0805dee541ab7e488c32707bf3 Mon Sep 17 00:00:00 2001 From: Myrddin Dundragon Date: Tue, 29 Apr 2025 16:49:56 -0400 Subject: [PATCH] Added design inspiration link. I added a link to the molekula keyboard github since it is the design inspiration for this project. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 502ffb5..3e43889 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ for more keyboards and eventually other target platforms (microcontrollers). ## Firmware 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. [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, specifically the nice!nano v2. This will allow the Codecaster keyboard 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