diff options
| author | Joel Challis | 2025-07-23 05:33:37 +0200 |
|---|---|---|
| committer | GitHub | 2025-07-23 05:33:37 +0200 |
| commit | 74d64c7f43a9a1a0f6a0a26c981f1611ac0edaa3 (patch) | |
| tree | d76859f22ae870aa43e65c64e7b119f529124fa6 /docs/newbs_flashing.md | |
| parent | 7098252252ad17e14118d06da14d7fe62d807f83 (diff) | |
[docs] Align keyboard and keymap placeholders (#25509)
Diffstat (limited to 'docs/newbs_flashing.md')
| -rw-r--r-- | docs/newbs_flashing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/newbs_flashing.md b/docs/newbs_flashing.md index 5d5c1983e1..8131920686 100644 --- a/docs/newbs_flashing.md +++ b/docs/newbs_flashing.md @@ -60,7 +60,7 @@ open . The firmware file always follows this naming format: ``` -<keyboard_name>_<keymap_name>.{bin,hex} +<keyboard>_<keymap>.{bin,hex} ``` For example, the `planck/rev5` with a `default` keymap will have this filename: |