From c02f9a6ee495ede47d7726ffaf8d21271ed21642 Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Sun, 11 Jun 2017 15:36:28 -0400 Subject: remove most .pngs --- keyboards/ergodox/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/ergodox/readme.md') diff --git a/keyboards/ergodox/readme.md b/keyboards/ergodox/readme.md index 90ede90ae..618422055 100644 --- a/keyboards/ergodox/readme.md +++ b/keyboards/ergodox/readme.md @@ -152,7 +152,7 @@ The QMK firmware is open-source, so it would be wonderful to have your contribut 1. All work goes inside your keymap subdirectory (`keymaps/german` in this example). 2. `keymap.c` - this is your actual keymap file; please update the ASCII comments in the file so they correspond with what you did. 3. `readme.md` - a readme file, which GitHub would display by default when people go to your directory. Explain what's different about your keymap, what you tweaked or how it works. No specific format to follow, just communicate what you did. :) -4. Any graphics you wish to add. This is absolutely not a must. If you feel like it, you can use [Keyboard Layout Editor](http://keyboard-layout-editor.com) to make something and grab a screenshot, but it's really not a must. If you do have graphics, your readme can just embed the graphic as a link, just like I did with the default layout. +4. Any graphics you wish to add must be hosted elsewhere (please don't include images in your PR). This is absolutely not a must. If you feel like it, you can use [Keyboard Layout Editor](http://keyboard-layout-editor.com) to make something and grab a screenshot, but it's really not a must. If you do have graphics, your readme can just embed the graphic as a link (`![alt-text](url)`), just like I did with the default layout. # Finding the keycodes you need -- cgit v1.2.3 From 30ab4dd14f8ad4e8e8b198107b97e0308e913e39 Mon Sep 17 00:00:00 2001 From: Dario Giovannetti Date: Sat, 24 Jun 2017 16:32:10 +0800 Subject: Fix typo --- keyboards/ergodox/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/ergodox/readme.md') diff --git a/keyboards/ergodox/readme.md b/keyboards/ergodox/readme.md index 618422055..7327087ff 100644 --- a/keyboards/ergodox/readme.md +++ b/keyboards/ergodox/readme.md @@ -94,7 +94,7 @@ To flash with ´teensy-loader-cli´: - Build the firmware with `make keymapname`, for example `make default` - - Run ´teensy_loader_cli --mcu=atmega32u4 -w ergodox_ez_.hex´ + - Run ´teensy_loader_cli -mmcu=atmega32u4 -w ergodox_ez_.hex´ - Press the Reset button by inserting a paperclip gently into the reset hole in the top right corder. -- cgit v1.2.3