diff options
Diffstat (limited to 'keyboards/m10a/readme.md')
-rw-r--r-- | keyboards/m10a/readme.md | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/keyboards/m10a/readme.md b/keyboards/m10a/readme.md index 7123e6462..3918ad21b 100644 --- a/keyboards/m10a/readme.md +++ b/keyboards/m10a/readme.md | |||
@@ -1,13 +1,21 @@ | |||
1 | # Rama Works X Machine Industries M10-A Macropad | 1 | # Rama Works X Machine Industries M10-A Macropad |
2 | 2 | ||
3 | Firmware for custom macropad PCB | 3 |  |
4 | 4 | ||
5 | Keyboard Maintainer: QMK Community | 5 | A 10-key macro pad with support for single-color LED backlighting in a milled aluminum case. |
6 | Hardware Supported: Rama Works M10-A | 6 | |
7 | Hardware Availability: [Rama Works](https://rama.works/m10-a) | 7 | * Keyboard Maintainer: QMK Community |
8 | * Hardware Supported: Rama Works M10-A | ||
9 | * Hardware Availability: [Rama Works](https://rama.works/m10-a) | ||
8 | 10 | ||
9 | Make example for this keyboard (after setting up your build environment): | 11 | Make example for this keyboard (after setting up your build environment): |
10 | 12 | ||
11 | make m10a:default | 13 | make m10a:default |
12 | 14 | ||
13 | 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. | 15 | Flashing example for this keyboard: |
16 | |||
17 | make m10a:default:flash | ||
18 | |||
19 | To reset the board into bootloader mode, tap the Reset switch mounted on the top side of the PCB, beneath the 2u keycap. | ||
20 | |||
21 | 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). | ||