]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
don't believe the hex files are posted to qmk.fm
authorSeth Chandler <sethbc@sethbc.org>
Sun, 17 Jul 2016 14:37:45 +0000 (10:37 -0400)
committerSeth Chandler <sethbc@sethbc.org>
Sun, 17 Jul 2016 14:37:45 +0000 (10:37 -0400)
readme.md

index 4ccf51f9853fcee983b3c48454a96a449db2216b..b55659c7a767cb35301201b6051577bd1b8fdd1b 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -97,7 +97,7 @@ In every keymap folder, the following files are recommended:
 
 The `make` command is how you compile the firmware into a .hex file, which can be loaded by a dfu programmer (like dfu-progammer via `make dfu`) or the [Teensy loader](https://www.pjrc.com/teensy/loader.html) (only used with Teensys). You can run `make` from the root (`/`), your keyboard folder (`/keyboards/<keyboard>/`), or your keymap folder (`/keyboards/<keyboard>/keymaps/<keymap>/`) if you have a `Makefile` there (see the example [here](/doc/keymap_makefile_example.mk)).
 
-By default, this will generate a `<keyboard>_<keymap>.hex` file in whichever folder you run `make` from. These files are ignored by git, so don't worry about deleting them when committing/creating pull requests. Your .hex file will also be available on qmk.fm/keyboards/<keyboard>/keymaps/<keymap>/.
+By default, this will generate a `<keyboard>_<keymap>.hex` file in whichever folder you run `make` from. These files are ignored by git, so don't worry about deleting them when committing/creating pull requests.
 
 Below are some definitions that will be useful: