-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
39 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,18 @@ | ||
# ErgoSNM nRF Firmware | ||
|
||
[ErgoSNM Rev 3.x keyboard](https://github.com/siderakb/ergo-snm-keyboard) wireless edition nRF firmware, based on nRF52840 SoC and [NCS](https://www.nordicsemi.com/Products/Development-software/nrf-connect-sdk). | ||
[ErgoSNM Rev 3.x](https://github.com/siderakb/ergo-snm-keyboard) wireless keyboard nRF firmware, based on nRF52840 SoC and [NCS](https://www.nordicsemi.com/Products/Development-software/nrf-connect-sdk). | ||
|
||
- [`mitosis-like/`](/mitosis-like/): Main firmware | ||
|
||
|
||
```mermaid | ||
flowchart TD | ||
A[PC]---|USB HID| B["ATmega32U4 | ||
QMK"] | ||
B --- |UART| C[nRF52 Central] | ||
C -.- |Gazell 2.4GHz| D[nRF52 Left] | ||
C -.- |Gazell 2.4GHz| E[nRF52 Righ] | ||
E --- |SPI| F[PMW3360] | ||
``` | ||
|
||
- [`three-mod/`](/three-mod/): Experimental firmware |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters