Skip to content

Commit

Permalink
change README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman99 committed Feb 8, 2025
1 parent dd86028 commit f44436b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,23 @@ To review features, check out the [feature overview](https://zmk.dev/docs/). ZMK
[Keychron](https://keychron.com/) use zmk source code for Bpro series keyboards ,have made big changes fro Bpro, also add proprietary 2.4g communication.

To build the firmware ,for example: keychorn b1 pro

prepare:
```
mkdir keychron
cd keychron
git clone -b keychron_bpro https://github.com/keychron/zmk.git
cd zmk
west init -l app/
west update
git am 001-esb-nrf-fix.patch
```
patch zephyr:
```
cd zephyr
git am ../001-esb-nrf-fix.patch
```
build firmware:
```
cd app
west build -b keychron -p -- -DSHIELD=keychron_b1_us
```

0 comments on commit f44436b

Please sign in to comment.