From 95121393ce0b9ca4ebb96d3baf5fa1e58ec8b159 Mon Sep 17 00:00:00 2001 From: Marek128b <58476072+Marek128b@users.noreply.github.com> Date: Sat, 21 Oct 2023 12:49:53 +0000 Subject: [PATCH] added rp2040 link to docs #9 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 337ced0..fc32fc0 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,6 @@ http://builder.swillkb.com/ The firmware i used is called [QMK](https://docs.qmk.fm/#/) which is a popular keyboard firmware for wired Keyboards. The reason i am using this firmware is that it works more reliable and doesn't have the problems i faced when i was trying to use [KMK](http://kmkfw.io). ### Keyboards RGB -This keyboard uses a microcontroller that has a on-board ws2812-2020 +This keyboard uses a [RP2040](https://docs.qmk.fm/#/platformdev_rp2040?id=raspberry-pi-rp2040) microcontroller that has a on-board [ws2812-2020](https://docs.qmk.fm/#/ws2812_driver) rgb led that is used for signaling on which layer you are, if caps lock is enabled, if num lock is enabled and if scroll lock is enabled.