From 3eb65168ffb7c97f893e757a3bd982fd0446c6f7 Mon Sep 17 00:00:00 2001 From: Jonathan 'theJPster' Pallant Date: Fri, 24 Dec 2021 12:16:53 +0000 Subject: [PATCH] Fix KB2040/adafruit-kb2040 mix-up in README. Must have been a bad search/replace when the BSPs were renamed. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5cd7674..16b51de 100644 --- a/README.md +++ b/README.md @@ -147,14 +147,14 @@ RP2040 chip according to how it is connected up on the ItsyBitsy RP2040. [Adafruit ItsyBitsy RP2040]: https://www.adafruit.com/product/4888 [adafruit-itsy-bitsy-rp2040]: https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit_itsy_bitsy_rp2040 -### [adafruit-kb2040] - Board Support for the [Adafruit adafruit-kb2040] +### [adafruit-kb2040] - Board Support for the [Adafruit KB2040] You should include this crate if you are writing code that you want to run on -an [Adafruit adafruit-kb2040] - an Arduino Pro Micro-shaped board for keyboards. +an [Adafruit KB2040] - an Arduino Pro Micro-shaped board for keyboards. This crate includes the [rp2040-hal], but also configures each pin of the -RP2040 chip according to how it is connected up on the adafruit-kb2040. +RP2040 chip according to how it is connected up on the KB2040. -[Adafruit adafruit-kb2040]: https://www.adafruit.com/product/5302 +[Adafruit KB2040]: https://www.adafruit.com/product/5302 [adafruit-kb2040]: https://github.com/rp-rs/rp-hal/tree/main/boards/adafruit-kb2040 ### [adafruit-macropad] - Board Support for the [Adafruit Macropad]