diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-12-01 16:28:32 -0800 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-12-01 16:28:32 -0800 |
commit | a90331aec21a47ef3a9fe47425c9c7204bc768b5 (patch) | |
tree | 773a669e577c2495dcf90c2041d1a40a7760f4b3 /keyboards/handwired/ortho5x13/readme.md | |
parent | 0b0c98929b7d9375661a101740f2b1be8ca3e0fc (diff) |
handwired/ortho5x13 default keymap refactor, Configurator support, and readme update (#4525)
* handwired/ortho5x13: default keymap refactor
- keymap now uses LAYOUT macro
- keymap now uses #include QMK_KEYBOARD_H
- removed redundant KC_TRNS and KC_NO definitions
* handwired/ortho5x13: Configurator support
* handwired/ortho5x13: fix Docs links in readme
Diffstat (limited to 'keyboards/handwired/ortho5x13/readme.md')
-rw-r--r-- | keyboards/handwired/ortho5x13/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/ortho5x13/readme.md b/keyboards/handwired/ortho5x13/readme.md index 7241ddae8a..444cfec96e 100644 --- a/keyboards/handwired/ortho5x13/readme.md +++ b/keyboards/handwired/ortho5x13/readme.md @@ -10,4 +10,4 @@ Make example for this keyboard (after setting up your build environment): make handwired/ortho5x13:default -See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.
\ No newline at end of file +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). |