aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboard/planck/PCB_GUIDE.md5
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 @@
151. Install AVR GCC with your favorite package manager. 151. Install AVR GCC with your favorite package manager.
162. Install [DFU-Programmer][dfu-prog]. 162. Install [DFU-Programmer][dfu-prog].
17 17
18##Verify Your Installation
191. Clone the following repository: https://github.com/jackhumbert/tmk_keyboard
202. Open a Terminal and `cd` into `tmk_keyboard/keyboard/planck`
213. 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
20Here is a list of some of the functions avaiable from the command line: 25Here is a list of some of the functions avaiable from the command line: