From 4628b3576efba6bd88c80ba23d921487fe1320f4 Mon Sep 17 00:00:00 2001 From: HaoboGu Date: Sat, 2 Dec 2023 12:29:28 +0800 Subject: [PATCH] doc(readme): add probe-rs link Signed-off-by: HaoboGu --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 970eff0e..2f57874c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Docs](https://img.shields.io/docsrs/rmk)](https://docs.rs/rmk/latest/rmk/) [![Build](https://github.com/haobogu/rmk/actions/workflows/build.yml/badge.svg)](https://github.com/HaoboGu/rmk/actions) -Keyboard firmware for cortex-m, with layer/dynamic keymap/vial support, tested on stm32 and rp2040. +Keyboard firmware for cortex-m, with layer/dynamic keymap/vial support, written in Rust and tested on stm32 and rp2040. ## Prerequisites @@ -31,7 +31,7 @@ step-to-step instruction for creating your own firmware: #### rp2040 -1. Install `probe-rs` +1. Install [probe-rs](https://github.com/probe-rs/probe-rs) ```shell cargo install probe-rs --features cli ```