forked from mirrors/qmk_firmware
Update PCB_GUIDE.md
This commit is contained in:
parent
68f48fcc58
commit
af4f016b4f
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@
|
||||||
1. Install AVR GCC with your favorite package manager.
|
1. Install AVR GCC with your favorite package manager.
|
||||||
2. Install [DFU-Programmer][dfu-prog].
|
2. Install [DFU-Programmer][dfu-prog].
|
||||||
|
|
||||||
|
##Verify Your Installation
|
||||||
|
1. Clone the following repository: https://github.com/jackhumbert/tmk_keyboard
|
||||||
|
2. Open a Terminal and `cd` into `tmk_keyboard/keyboard/planck`
|
||||||
|
3. Run `make`. This should output a lot of information about the build process.
|
||||||
|
|
||||||
## Using the built-in functions
|
## Using the built-in functions
|
||||||
|
|
||||||
Here is a list of some of the functions avaiable from the command line:
|
Here is a list of some of the functions avaiable from the command line:
|
||||||
|
|
Loading…
Reference in a new issue