diff options
| author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-01-18 10:46:16 -0800 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-01-18 10:46:16 -0800 |
| commit | 76afdd097abdbdfd522e9f5654d354e67b5e1218 (patch) | |
| tree | 8a1e87208734e2085cac678170895eff70327de7 | |
| parent | 52f1206712348a97b8de5700b5fc3eabe424096b (diff) | |
| download | qmk_firmware-76afdd097abdbdfd522e9f5654d354e67b5e1218.tar.gz qmk_firmware-76afdd097abdbdfd522e9f5654d354e67b5e1218.zip | |
[Keyboard] handwired/ortho60 Configurator update, readme update, and rules tidy (#4877)
* handwired/ortho60: Configurator update
- correct labels for Up and Right keys
- add layout data for LAYOUT_1x2uC
* handwired/ortho60: readme update
- update readme file to use QMK template
* handwired/ortho60: deleted DEFAULT_FOLDER rule
Not needed as the keyboard currently has no revisions.
| -rw-r--r-- | keyboards/handwired/ortho60/info.json | 67 | ||||
| -rw-r--r-- | keyboards/handwired/ortho60/readme.md | 11 | ||||
| -rw-r--r-- | keyboards/handwired/ortho60/rules.mk | 2 |
3 files changed, 75 insertions, 5 deletions
diff --git a/keyboards/handwired/ortho60/info.json b/keyboards/handwired/ortho60/info.json index b6e485441..b94bfc7b5 100644 --- a/keyboards/handwired/ortho60/info.json +++ b/keyboards/handwired/ortho60/info.json | |||
| @@ -65,8 +65,71 @@ | |||
| 65 | {"label":"Raise", "x":7, "y":4}, | 65 | {"label":"Raise", "x":7, "y":4}, |
| 66 | {"label":"Left", "x":8, "y":4}, | 66 | {"label":"Left", "x":8, "y":4}, |
| 67 | {"label":"Down", "x":9, "y":4}, | 67 | {"label":"Down", "x":9, "y":4}, |
| 68 | {"label":"Right", "x":10, "y":4}, | 68 | {"label":"Up", "x":10, "y":4}, |
| 69 | {"label":"up", "x":11, "y":4} | 69 | {"label":"Right", "x":11, "y":4} |
| 70 | ] | ||
| 71 | }, | ||
| 72 | "LAYOUT_1x2uC": { | ||
| 73 | "layout": [ | ||
| 74 | {"label":"`", "x":0, "y":0}, | ||
| 75 | {"label":"1", "x":1, "y":0}, | ||
| 76 | {"label":"2", "x":2, "y":0}, | ||
| 77 | {"label":"3", "x":3, "y":0}, | ||
| 78 | {"label":"4", "x":4, "y":0}, | ||
| 79 | {"label":"5", "x":5, "y":0}, | ||
| 80 | {"label":"6", "x":6, "y":0}, | ||
| 81 | {"label":"7", "x":7, "y":0}, | ||
| 82 | {"label":"8", "x":8, "y":0}, | ||
| 83 | {"label":"9", "x":9, "y":0}, | ||
| 84 | {"label":"0", "x":10, "y":0}, | ||
| 85 | {"label":"Backspace", "x":11, "y":0}, | ||
| 86 | {"label":"Tab", "x":0, "y":1}, | ||
| 87 | {"label":"Q", "x":1, "y":1}, | ||
| 88 | {"label":"W", "x":2, "y":1}, | ||
| 89 | {"label":"E", "x":3, "y":1}, | ||
| 90 | {"label":"R", "x":4, "y":1}, | ||
| 91 | {"label":"T", "x":5, "y":1}, | ||
| 92 | {"label":"Y", "x":6, "y":1}, | ||
| 93 | {"label":"U", "x":7, "y":1}, | ||
| 94 | {"label":"I", "x":8, "y":1}, | ||
| 95 | {"label":"O", "x":9, "y":1}, | ||
| 96 | {"label":"P", "x":10, "y":1}, | ||
| 97 | {"label":"Delete", "x":11, "y":1}, | ||
| 98 | {"label":"Esc", "x":0, "y":2}, | ||
| 99 | {"label":"A", "x":1, "y":2}, | ||
| 100 | {"label":"S", "x":2, "y":2}, | ||
| 101 | {"label":"D", "x":3, "y":2}, | ||
| 102 | {"label":"F", "x":4, "y":2}, | ||
| 103 | {"label":"G", "x":5, "y":2}, | ||
| 104 | {"label":"H", "x":6, "y":2}, | ||
| 105 | {"label":"J", "x":7, "y":2}, | ||
| 106 | {"label":"K", "x":8, "y":2}, | ||
| 107 | {"label":"L", "x":9, "y":2}, | ||
| 108 | {"label":";", "x":10, "y":2}, | ||
| 109 | {"label":"'", "x":11, "y":2}, | ||
| 110 | {"label":"Shift", "x":0, "y":3}, | ||
| 111 | {"label":"Z", "x":1, "y":3}, | ||
| 112 | {"label":"X", "x":2, "y":3}, | ||
| 113 | {"label":"C", "x":3, "y":3}, | ||
| 114 | {"label":"V", "x":4, "y":3}, | ||
| 115 | {"label":"B", "x":5, "y":3}, | ||
| 116 | {"label":"N", "x":6, "y":3}, | ||
| 117 | {"label":"M", "x":7, "y":3}, | ||
| 118 | {"label":",", "x":8, "y":3}, | ||
| 119 | {"label":".", "x":9, "y":3}, | ||
| 120 | {"label":"/", "x":10, "y":3}, | ||
| 121 | {"label":"Enter", "x":11, "y":3}, | ||
| 122 | {"label":"Fn", "x":0, "y":4}, | ||
| 123 | {"label":"Ctrl", "x":1, "y":4}, | ||
| 124 | {"label":"Alt", "x":2, "y":4}, | ||
| 125 | {"label":"Meta", "x":3, "y":4}, | ||
| 126 | {"label":"Lower", "x":4, "y":4}, | ||
| 127 | {"label":"Space", "x":5, "y":4, "w":2}, | ||
| 128 | {"label":"Raise", "x":7, "y":4}, | ||
| 129 | {"label":"Left", "x":8, "y":4}, | ||
| 130 | {"label":"Down", "x":9, "y":4}, | ||
| 131 | {"label":"Up", "x":10, "y":4}, | ||
| 132 | {"label":"Right", "x":11, "y":4} | ||
| 70 | ] | 133 | ] |
| 71 | } | 134 | } |
| 72 | } | 135 | } |
diff --git a/keyboards/handwired/ortho60/readme.md b/keyboards/handwired/ortho60/readme.md index 8db1b7df7..be2a027c4 100644 --- a/keyboards/handwired/ortho60/readme.md +++ b/keyboards/handwired/ortho60/readme.md | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | # Ortho 60 | 1 | # Ortho 60 |
| 2 | 2 | ||
| 3 | Blue Pill STM32F103C8T6 based 12x5 Ortholinear Board | 3 | A Blue Pill STM32F103C8T6-based 12x5 ortholinear keyboard. |
| 4 | |||
| 5 | Keyboard Maintainer: [Andrew Kannan](https://github.com/awkannan1) | ||
| 6 | Hardware Supported: Blue Pill STM32F103C8T6 | ||
| 7 | |||
| 8 | Make example for this keyboard (after setting up your build environment): | ||
| 9 | |||
| 10 | make handwired/ortho60:default | ||
| 11 | |||
| 12 | 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). | ||
diff --git a/keyboards/handwired/ortho60/rules.mk b/keyboards/handwired/ortho60/rules.mk index 3f4574473..91acb3c5c 100644 --- a/keyboards/handwired/ortho60/rules.mk +++ b/keyboards/handwired/ortho60/rules.mk | |||
| @@ -52,5 +52,3 @@ NKRO_ENABLE = yes # USB Nkey Rollover | |||
| 52 | BACKLIGHT_ENABLE = yes | 52 | BACKLIGHT_ENABLE = yes |
| 53 | 53 | ||
| 54 | LAYOUTS = ortho_5x12 | 54 | LAYOUTS = ortho_5x12 |
| 55 | |||
| 56 | DEFAULT_FOLDER = handwired/ortho60 | ||
