summaryrefslogtreecommitdiff
path: root/keyboards/gonnerd/readme.md
diff options
context:
space:
mode:
authorMarvin Ramin <marvin.ramin@gmail.com>2017-02-13 09:00:25 +0100
committerMarvin Ramin <marvin.ramin@gmail.com>2017-02-13 09:03:43 +0100
commitb28fb29898efc638000c0388eb30b5fb9200ce4a (patch)
treefbbf487cae4177b5e33e955785b574c11f6e5f76 /keyboards/gonnerd/readme.md
parent4010360912125c120904e2d5294963db2d4ded65 (diff)
adds documentation for reset button and adds one to the default keymap
Diffstat (limited to 'keyboards/gonnerd/readme.md')
-rw-r--r--keyboards/gonnerd/readme.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/gonnerd/readme.md b/keyboards/gonnerd/readme.md
index 1224ff6b0a..807df308a5 100644
--- a/keyboards/gonnerd/readme.md
+++ b/keyboards/gonnerd/readme.md
@@ -11,6 +11,10 @@ It is possible to change the bootloader of the GON NerD with an ISP programmer.
_After changing the bootloader on your GON NerD PCB you will not be able to go back to the original firmware and the official configuration software will
not work anymore. You will lose your warranty and official support from GON!_
+## Reset button
+
+To run the `make dfu` command to flash keymaps onto the board, you need to put the board into DFU mode. As the GON NerD PCBs do not have a reset button on the board to put it into DFU mode, be sure to include a `RESET` button on your keymap. Otherwise you'll have to unscrew your keyboard from the case and short the GND and RST pins.
+
## Building
Download or clone the whole firmware and navigate to the keyboards/gonnerd folder. Once your dev env is setup, you'll be able to type `make` to generate your .hex - you can then use the Teensy Loader to program your .hex file.