mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 02:59:09 +00:00
Fix build instructions in the Dactyl readme
Reflects the changes in #1784
This commit is contained in:
parent
833ec84921
commit
b697e1bff3
1 changed files with 5 additions and 3 deletions
|
@ -12,8 +12,8 @@ Linux page]. Some distributions provide a binary, maybe called
|
||||||
|
|
||||||
To flash the firmware:
|
To flash the firmware:
|
||||||
|
|
||||||
- Build the firmware with `make handwired-dactyl-keymapname`, for example `make handwired-dactyl-default`
|
- Build the firmware with `make handwired/dactyl:<keymapname>`, for example `make handwired/dactyl:default`
|
||||||
- This will result in a hex file called `handwired_dactyl_keymapname.hex`, e.g.
|
- This will result in a hex file called `handwired_dactyl_<keymapname>.hex`, e.g.
|
||||||
`handwired_dactyl_default.hex`
|
`handwired_dactyl_default.hex`
|
||||||
|
|
||||||
- Start the teensy loader.
|
- Start the teensy loader.
|
||||||
|
@ -30,7 +30,9 @@ To flash with ´teensy-loader-cli´:
|
||||||
|
|
||||||
- Build the firmware as above
|
- Build the firmware as above
|
||||||
|
|
||||||
- Run `<path/to/>teensy_loader_cli -mmcu=atmega32u4 -w handwired_dactyl_<keymap>.hex`
|
- Run `<path/to/>teensy_loader_cli -mmcu=atmega32u4 -w handwired_dactyl_<keymapname>.hex`
|
||||||
|
|
||||||
|
- If you like, you can do both at once: `make handwired/dactyl:<keymapname>:teensy`
|
||||||
|
|
||||||
- Put the Teensy in firmware-loading mode:
|
- Put the Teensy in firmware-loading mode:
|
||||||
* If your current layout has a RESET key, press it.
|
* If your current layout has a RESET key, press it.
|
||||||
|
|
Loading…
Reference in a new issue