Skip to content

Commit

Permalink
doc(readme): add probe-rs link
Browse files Browse the repository at this point in the history
Signed-off-by: HaoboGu <[email protected]>
  • Loading branch information
HaoboGu committed Dec 2, 2023
1 parent f9c97ec commit 4628b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
```
Expand Down

0 comments on commit 4628b35

Please sign in to comment.