mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Update instructions to include necesarry dependencies
This commit is contained in:
parent
cccab92a1f
commit
560151f9e6
@ -1,7 +1,7 @@
|
|||||||
## Flashing firmware:
|
## Flashing firmware:
|
||||||
* Clone this repository and `cd` into the `qmk_firmware` directory.
|
* Clone this repository and `cd` into the `qmk_firmware` directory.
|
||||||
* After cloning, you probably need to run `make git-submodule`.
|
* After cloning, you probably need to run `make git-submodule`.
|
||||||
- You may also need to install dependencies: `sudo apt install avrdude gcc-avr`
|
- You may also need to install dependencies: `sudo apt install avrdude gcc-avr avr-libc`
|
||||||
* To build the firmware without flashing the keyboard, use `make (keyboard name):(layout name)`
|
* To build the firmware without flashing the keyboard, use `make (keyboard name):(layout name)`
|
||||||
- For example, if I want to build Levi's layout for the uglydense keyboard, I will run:
|
- For example, if I want to build Levi's layout for the uglydense keyboard, I will run:
|
||||||
`make system76/uglydense:levi`
|
`make system76/uglydense:levi`
|
||||||
|
Loading…
Reference in New Issue
Block a user