summaryrefslogtreecommitdiff
path: root/keyboards/ergo42/readme.md
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-02-07 13:59:18 +0000
committerGitHub <noreply@github.com>2020-02-07 13:59:18 +0000
commit774cbbf879eaec2149413917cb970054e4c1bf59 (patch)
tree9d99536f7c8a0d1f53b15a940bbafad30a475db6 /keyboards/ergo42/readme.md
parentc93093569ecd6024c43e9b0d2e8881e0f768c940 (diff)
parent75d4ff7d51160690558cf4bee1bae057f847b706 (diff)
Refactor ergo42 to use split_common (#7925)
* Initial refactor of ergo42 to split common * Prevent fallthrough for DIODE_DIRECTION
Diffstat (limited to 'keyboards/ergo42/readme.md')
-rw-r--r--keyboards/ergo42/readme.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/ergo42/readme.md b/keyboards/ergo42/readme.md
index 112e62b551..c43b47382b 100644
--- a/keyboards/ergo42/readme.md
+++ b/keyboards/ergo42/readme.md
@@ -5,12 +5,12 @@
__The Answer to the Ultimate Question of Life, the Universe, and at least Keyboards.__
A split 7x4 ortholinear keyboard. [Hardware project repo](https://github.com/Biacco42/Ergo42)
-Keyboard Maintainer: [Biacco42](https://github.com/Biacco42) [@Biacco42](https://twitter.com/Biacco42)
-Hardware Supported: Ergo42 PCB, Pro Micro ATmega32u4
-Hardware Availability: [Ergo42 PCB and case](https://github.com/Biacco42/Ergo42)
+* Keyboard Maintainer: [Biacco42](https://github.com/Biacco42) [@Biacco42](https://twitter.com/Biacco42)
+* Hardware Supported: Ergo42 PCB, Pro Micro ATmega32u4
+* Hardware Availability: [Ergo42 PCB and case](https://github.com/Biacco42/Ergo42)
Make example for this keyboard (after setting up your build environment):
- make ergo42/rev1:default:avrdude
+ make ergo42/rev1:default:flash
-See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.
+See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).