Merge branch 'dongle-doc' of github.com:RasmusKoit/zmk into dongle-doc
This commit is contained in:
commit
9a94cc77a9
1 changed files with 6 additions and 21 deletions
|
@ -175,32 +175,17 @@ CONFIG_ZMK_SPLIT=y
|
||||||
|
|
||||||
## Building the firmware
|
## Building the firmware
|
||||||
|
|
||||||
:::note
|
:::warning
|
||||||
Start by flashing the `settings_reset` firmware on all the devices.
|
Before flashing your new firmware, flash the `settings_reset` firmware on all devices.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
For a split keyboard, you can modify the `build.yml` file to include the dongle configuration.
|
Add the appropriate lines to your `build.yml` file to build the firmware for your dongle, in addition to the other parts of your keyboard.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
include:
|
include:
|
||||||
- board: nice_nano_v2
|
# -----------------------------------------
|
||||||
shield: my_keyboard_left
|
# Your other keyboard parts here
|
||||||
- board: nice_nano_v2
|
# -----------------------------------------
|
||||||
shield: my_keyboard_right
|
|
||||||
- board: nice_nano_v2
|
- board: nice_nano_v2
|
||||||
shield: my_keyboard_dongle
|
shield: my_keyboard_dongle
|
||||||
- board: nice_nano_v2
|
|
||||||
shield: settings_reset
|
|
||||||
```
|
|
||||||
|
|
||||||
For a unibody keyboard, you can modify the `build.yml` file to include the dongle configuration.
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
include:
|
|
||||||
- board: nice_nano_v2
|
|
||||||
shield: my_keyboard
|
|
||||||
- board: nice_nano_v2
|
|
||||||
shield: my_keyboard_dongle
|
|
||||||
- board: nice_nano_v2
|
|
||||||
shield: settings_reset
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue