diff options
| -rw-r--r-- | docs/hand_wire.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hand_wire.md b/docs/hand_wire.md index 697a50805..d2cba770e 100644 --- a/docs/hand_wire.md +++ b/docs/hand_wire.md | |||
| @@ -196,7 +196,7 @@ If you're more of a visual learner, or want some additional tips and something m | |||
| 196 | 196 | ||
| 197 | From here, you should have a working keyboard once you program a firmware. Before we attach the Teensy permanently to the keyboard, let's quickly get some firmware loaded onto the Teensy so we can test each keyswitch. | 197 | From here, you should have a working keyboard once you program a firmware. Before we attach the Teensy permanently to the keyboard, let's quickly get some firmware loaded onto the Teensy so we can test each keyswitch. |
| 198 | 198 | ||
| 199 | To start out, download [the firmware](https://github.com/qmk/qmk_firmware/) - we'll be using my (Jack's) fork of TMK called QMK/Quantum. We'll be doing a lot from the Terminal/command prompt, so get that open, along with a decent text editor like [Sublime Text](http://www.sublimetext.com/). | 199 | To start out, download [the firmware](https://github.com/qmk/qmk_firmware/) - we'll be using my (Jack's) fork of TMK called QMK/Quantum. We'll be doing a lot from the Terminal/command prompt, so get that open, along with a decent text editor like [Sublime Text](http://www.sublimetext.com/) (paid) or [Visual Studio Code](https://code.visualstudio.com) (free). |
| 200 | 200 | ||
| 201 | The first thing we're going to do is create a new project using the script in the root directory of the firmware. In your terminal, run this command with `<project_name>` replaced by the name of your project - it'll need to be different from any other project in the `keyboards/` folder: | 201 | The first thing we're going to do is create a new project using the script in the root directory of the firmware. In your terminal, run this command with `<project_name>` replaced by the name of your project - it'll need to be different from any other project in the `keyboards/` folder: |
| 202 | 202 | ||
