You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
1.3 KiB

  1. # YMD75 / MT84
  2. 75% keyboard from YMDK. YMDK sell the board and name it "YMD75", however revision 1 of the PCB has "MT84" printed on both sides.
  3. This firmware can also be flashed onto the KBDFans KBD75 Round 2 Bootmapper Client boards sold during the mid-2018 timeframe.
  4. * Keyboard Maintainer: [Wayne K Jones](github.com/WarmCatUK)
  5. * Hardware Supported:
  6. - rev1 (ATmega32a)
  7. - rev2 (ATmega32a)
  8. - rev3 (ATmega32u4)
  9. * Hardware Availability: <https://www.aliexpress.com/item/32812690592.html>
  10. Make example for this keyboard (after setting up your build environment):
  11. make ymd75/rev1:default
  12. Flashing example for this keyboard ([after setting up the bootloadHID flashing environment](https://docs.qmk.fm/#/flashing_bootloadhid))
  13. make ymd75/rev1:default:flash
  14. **Reset Key**: Hold down the key located at *Key below the top right key*, commonly programmed as *Backspace* while plugging in the keyboard. On PCB revision 2, enter the bootloader by holding `L_CTRL` while plugging in the keyboard.
  15. 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).