[docs] Fix code blocks overflowing page width (#23829)
Fix code blocks overflowing page width
This commit is contained in:
parent
6ef9717288
commit
b39285807e
16 changed files with 312 additions and 165 deletions
|
@ -196,11 +196,15 @@ If you already know how to use GitHub, [we recommend that you follow these instr
|
|||
|
||||
Now that your QMK build environment is set up, you can build a firmware for your keyboard. Start by trying to build the keyboard's default keymap. You should be able to do that with a command in this format:
|
||||
|
||||
qmk compile -kb <keyboard> -km default
|
||||
```sh
|
||||
qmk compile -kb <keyboard> -km default
|
||||
```
|
||||
|
||||
For example, to build a firmware for a Clueboard 66% you would use:
|
||||
|
||||
qmk compile -kb clueboard/66/rev3 -km default
|
||||
```sh
|
||||
qmk compile -kb clueboard/66/rev3 -km default
|
||||
```
|
||||
|
||||
::: tip
|
||||
The keyboard option is the path relative to the keyboard directory, the above example would be found in `qmk_firmware/keyboards/clueboard/66/rev3`. If you're unsure you can view a full list of supported keyboards with `qmk list-keyboards`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue