improve readme

This commit is contained in:
Daniel Esteban 2026-04-15 23:05:32 +02:00
parent 99bce1af67
commit f4bdf4f5ad
5 changed files with 1030 additions and 1345 deletions

View file

@ -4,6 +4,8 @@
Whether you are attending a conference or just getting started with embedded development, NiceBadge gives you a real piece of hardware to hack on, complete with a ready-to-use firmware, step-by-step tutorials, and progressively more advanced examples that unlock every capability of the board. Whether you are attending a conference or just getting started with embedded development, NiceBadge gives you a real piece of hardware to hack on, complete with a ready-to-use firmware, step-by-step tutorials, and progressively more advanced examples that unlock every capability of the board.
--- ---
![NiceBadge PCB render](assets/pcb1.png) ![NiceBadge PCB render](assets/pcb1.png)
@ -106,6 +108,14 @@ The tutorial series walks you through every peripheral of the badge, starting fr
--- ---
## Acknowledgements
NiceBadge is based on the **[conf2025badge](https://github.com/sago35/keyboards/tree/main/conf2025badge)** by [sago35](https://github.com/sago35), which debuted at the TinyGo Conference in Japan. NiceBadge shares the same form-factor and was built on top of the groundwork たかさごさん laid there.
Thank you, for the inspiration, the open design, and all the work that made this possible.
---
## License ## License
See [LICENSE](LICENSE). See [LICENSE](LICENSE).

File diff suppressed because it is too large Load diff

View file

@ -53,7 +53,7 @@
"board_outline_area", "board_outline_area",
"ly_points" "ly_points"
], ],
"visible_layers": "ffffffff_ffffffff_ffffffff_ffffffdf", "visible_layers": "ffffffff_ffffffff_ffffffff_ffffffff",
"zone_display_mode": 0 "zone_display_mode": 0
}, },
"git": { "git": {

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 10 KiB