diff options
| author | John Lindquist <johnlindquist@gmail.com> | 2015-06-01 15:55:34 -0600 |
|---|---|---|
| committer | cr3473 <joe@createtank.com> | 2015-06-02 12:23:34 -0700 |
| commit | af4f016b4fe52b7f53d5789cadc9449ab0c96fab (patch) | |
| tree | 44ae553f32e57292548ab9178a98fc094269b73c | |
| parent | 68f48fcc58a44727a9da02c861b14ab20bb2c68e (diff) | |
| download | qmk_firmware-af4f016b4fe52b7f53d5789cadc9449ab0c96fab.tar.gz qmk_firmware-af4f016b4fe52b7f53d5789cadc9449ab0c96fab.zip | |
Update PCB_GUIDE.md
| -rw-r--r-- | keyboard/planck/PCB_GUIDE.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboard/planck/PCB_GUIDE.md b/keyboard/planck/PCB_GUIDE.md index 833e144b3..f75740746 100644 --- a/keyboard/planck/PCB_GUIDE.md +++ b/keyboard/planck/PCB_GUIDE.md | |||
| @@ -15,6 +15,11 @@ | |||
| 15 | 1. Install AVR GCC with your favorite package manager. | 15 | 1. Install AVR GCC with your favorite package manager. |
| 16 | 2. Install [DFU-Programmer][dfu-prog]. | 16 | 2. Install [DFU-Programmer][dfu-prog]. |
| 17 | 17 | ||
| 18 | ##Verify Your Installation | ||
| 19 | 1. Clone the following repository: https://github.com/jackhumbert/tmk_keyboard | ||
| 20 | 2. Open a Terminal and `cd` into `tmk_keyboard/keyboard/planck` | ||
| 21 | 3. Run `make`. This should output a lot of information about the build process. | ||
| 22 | |||
| 18 | ## Using the built-in functions | 23 | ## Using the built-in functions |
| 19 | 24 | ||
| 20 | Here is a list of some of the functions avaiable from the command line: | 25 | Here is a list of some of the functions avaiable from the command line: |
