Skip to content

Commit

Permalink
#5 ビルドに関する記述を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
sekigon-gonnoc committed Sep 16, 2019
1 parent a469de5 commit 878db29
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions AboutDefaultFirmware/doc/build_bmp_qmk_firmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ git clone --depth 1 -b dev/ble_micro_pro https://github.com/sekigon-gonnoc/qmk_f
- Install `nrfutil` via `pip2` or download [nrfutil.exe](https://github.com/NordicSemiconductor/pc-nrfutil/releases) to ~/qmk_utils (windows only).

## Build and write firmware
- Default firmware
```
make ble_micro_pro:default:nrfutil
```

- Your own firmware
```
make <keyboard>:<keymap>:nrfutil
```
6 changes: 3 additions & 3 deletions AboutDefaultFirmware/doc/getting_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
## ファームウェアのアップデート
標準ファームウェアとして[コンパイル済みのファームウェア](https://github.com/sekigon-gonnoc/qmk_firmware/releases/tag/bmp-0.0.1)を用意しました
TAPPINT_TERM_PER_KEY, PERMISSIVE_HOLD などが設定してあります。
そのほかのオプションを設定したい場合やカスタムキーコードを設定したい場合は[自分でビルドする](build_bmp_qmk_firmware.md)必要があります。
標準ファームウェアとして[コンパイル済みのファームウェア](https://github.com/sekigon-gonnoc/qmk_firmware/releases/tag/bmp-0.0.1)を定期的にリリースします
ビルドオプションとしてTAPPINT_TERM_PER_KEY, PERMISSIVE_HOLD などが設定してあります。
最新版のファームウェアを使いたい場合、自分の好きなオプションを設定したい場合やカスタムキーコードを設定したい場合は[自分でビルドする](build_bmp_qmk_firmware.md)必要があります。
```
nrfutil dfu usb-serial -pkg <firmware>.zip -p <ポート名>
```
Expand Down

0 comments on commit 878db29

Please sign in to comment.