From df79ed4d819277f2dcb42c288e176f703cf3311a Mon Sep 17 00:00:00 2001 From: Ben Blazak Date: Tue, 11 Dec 2012 17:52:11 -0800 Subject: [PATCH 1/2] updated docs: github depricated binary downloads --- readme.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/readme.md b/readme.md index 15742a3..bac6652 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,7 @@ # [ergodox-firmware][]: Firmware for the [ErgoDox keyboard][] -The official website is . +The official website is . +Binaries can be downloaded [here] [dropbox-download-page]. Also see the [geekhack] (http://geekhack.org/showthread.php?22780-Interest-Check-Custom-split-ergo-keyboard) and [deskthority] @@ -56,11 +57,10 @@ Open issues, feature requests, and such are tracked [on github] If you're looking to hack on the source, or just feel like reading it: * The [makefile] (./makefile) and [build-scripts] (./build-scripts) folder in - the toplevel directory are for building the collection of files that are - posted on the [downloads] - (https://github.com/benblazak/ergodox-firmware/downloads) page. They are not - guaranteed to work on non-Unix systems, and may be more hackish than the - stuff in [src] (./src). They help me out though. + the toplevel directory are for building a collection of files for easy + distribution. They are not guaranteed to work on non-Unix systems, and may + be (read: are) more hackish than the stuff in [src] (./src). They help me + out though. * [src/lib] (src/lib) is for generally useful stuff relating to the firmware. [src/lib-other] (src/lib-other) is for generally useful stuff that I didn't write myself. The TWI and USB libraries are in there, along with the files @@ -143,9 +143,10 @@ After getting set up: Teensy is ready for it. * Locate your '.eep' and '.hex' files. - * If you don't have any, you can grab the topmost QWERTY or Dvorak keymap - from [the project's github download page] - (https://github.com/benblazak/ergodox-firmware/downloads) + * If you don't have any, you can grab the latest ones [here] + [dropbox-download-page] (in a '.zip' file). Choose the newest file who's + name contains the name of the keymap you want (look for "qwerty" if + you're not sure). * Drag and drop the '.eep' file onto the Teensy loader window. * The information bar at the bottom of the window should now read @@ -281,6 +282,7 @@ That is, how to change whether the rows or the columns are being driven. This c +[dropbox-download-page]: https://www.dropbox.com/sh/8bbol6fkvydmtmg/QLudrdEyc9 ------------------------------------------------------------------------------- Copyright © 2012 Ben Blazak From d9b908b9d055badf9e5cdc135bf9ae9dd1b2eb93 Mon Sep 17 00:00:00 2001 From: Ben Blazak Date: Tue, 11 Dec 2012 17:54:33 -0800 Subject: [PATCH 2/2] (minor doc update) --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index bac6652..6aa019e 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ # [ergodox-firmware][]: Firmware for the [ErgoDox keyboard][] -The official website is . -Binaries can be downloaded [here] [dropbox-download-page]. +The official website is [ergodox.org] (http://www.ergodox.org). +Binaries can be downloaded [here] [dropbox-download-page]. Also see the [geekhack] (http://geekhack.org/showthread.php?22780-Interest-Check-Custom-split-ergo-keyboard) and [deskthority]