summaryrefslogtreecommitdiff
path: root/keyboards/melgeek/mj6xy/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/melgeek/mj6xy/readme.md')
-rwxr-xr-xkeyboards/melgeek/mj6xy/readme.md23
1 files changed, 17 insertions, 6 deletions
diff --git a/keyboards/melgeek/mj6xy/readme.md b/keyboards/melgeek/mj6xy/readme.md
index 952f8c4868..bbeffd3179 100755
--- a/keyboards/melgeek/mj6xy/readme.md
+++ b/keyboards/melgeek/mj6xy/readme.md
@@ -1,17 +1,28 @@
# MJ6XY 60% Mechanical Keyboard PCB
-![MJ6XY](https://cdn.shopifycdn.net/s/files/1/0078/2863/5712/products/e66b60bbaa22111cfcb8c9287ff182fa_fe508bda-4e62-4d0e-9842-552ed1233af0_1024x1024@2x.jpg?v=1625753059)
+![MJ6XY rev3](https://raw.githubusercontent.com/noroadsleft/qmk_images/master/keyboards/melgeek/mj6xy/7084b1fb2e7228c664ee0e481544bd24.webp)
-## A Customizable 60% Mechanical Keyboard PCB which is support multi-layouts
-
-![A Customizable 60% Mechanical Keyboard PCB](https://cdn.shopifycdn.net/s/files/1/0078/2863/5712/products/e66b60bbaa22111cfcb8c9287ff182fa_fe508bda-4e62-4d0e-9842-552ed1233af0_1024x1024@2x.jpg?v=1625753059)
+A customizable 60% Mechanical Keyboard PCB which supports multiple layouts.
* Keyboard Maintainer: QMK Community
* Hardware Supported: MJ6XY 60% Mechanical Keyboard PCB
-* Hardware Availability: [MelGeek](https://www.melgeek.com/collections/pcb-plate/products/melgeek-mj6xy-soldered-pcba-melgeek-com)
+* Hardware Availability: [MelGeek](https://www.melgeek.com/products/melgeek-mj6xy-60-mechanical-keyboard-pcb-melgeek-com)
Make example for this keyboard (after setting up your build environment):
- make melgeek/mj6xy:default
+ make melgeek/mj6xy/rev3:default
+
+Flashing example for this keyboard:
+
+ make melgeek/mj6xy/rev3:default:flash
+
+## Bootloader
+
+To reset the board into bootloader mode, do one of the following:
+
+* **Bootmagic reset**: Hold the key at the top left of the keyboard while connecting the USB cable (also erases persistent settings)
+Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
+* **Physical reset button**: Tap the Reset switch mounted on the bottom side of the PCB (near the QWERTY `S` and `D` keys)
+* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
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).