diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-11-17 01:36:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-16 17:36:10 -0800 |
| commit | 86dd439eb68759ef0daa19b09be95048b93e08d9 (patch) | |
| tree | 0c1e8c04312ab7eec5c2da2e5a4a10daa45dcff3 /keyboards/handwired/myskeeb/readme.md | |
| parent | c6c35f3363c71b9ef0fd66ae2542113ca315175f (diff) | |
| download | qmk_firmware-86dd439eb68759ef0daa19b09be95048b93e08d9.tar.gz qmk_firmware-86dd439eb68759ef0daa19b09be95048b93e08d9.zip | |
handwired/myskeeb Layout Macro Refactor (#15181)
* handwired/myskeeb: update key positions in info.json
* remove unused matrix positions
L26 and R20 aren't physically present on the keyboard.
* add image to readme file
* add supported hardware and flashing example to readme
Diffstat (limited to 'keyboards/handwired/myskeeb/readme.md')
| -rw-r--r-- | keyboards/handwired/myskeeb/readme.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/handwired/myskeeb/readme.md b/keyboards/handwired/myskeeb/readme.md index 80be57e4b..ddc326fe3 100644 --- a/keyboards/handwired/myskeeb/readme.md +++ b/keyboards/handwired/myskeeb/readme.md | |||
| @@ -1,11 +1,18 @@ | |||
| 1 | # myskeeb | 1 | # myskeeb |
| 2 | 2 | ||
| 3 |  | ||
| 4 | |||
| 3 | Handwired Keyboard based on the Ergodash, with an OLED similar to Kyria. | 5 | Handwired Keyboard based on the Ergodash, with an OLED similar to Kyria. |
| 4 | 6 | ||
| 5 | * Keyboard Maintainer: [su8044](https://github.com/su8044) | 7 | * Keyboard Maintainer: [su8044](https://github.com/su8044) |
| 8 | * Hardware Supported: Pro Micro (ATmega32U4) | ||
| 6 | 9 | ||
| 7 | Make example for this keyboard (after setting up your build environment): | 10 | Make example for this keyboard (after setting up your build environment): |
| 8 | 11 | ||
| 9 | make handwired/myskeeb:default | 12 | make handwired/myskeeb:default |
| 10 | 13 | ||
| 14 | Flashing example for this keyboard: | ||
| 15 | |||
| 16 | make handwired/myskeeb:default:flash | ||
| 17 | |||
| 11 | 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). | 18 | 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). |
