logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (1390B)


  1. # YD60MQ
  2. ![YD60MQ PCB](https://ae01.alicdn.com/kf/HTB1PVQ2X_HuK1RkSndVq6xVwpXaO.jpg)
  3. Customizable 60% PCB by [YMDK](https://ymdk.aliexpress.com/store/429151?spm=2114.10010108.0.0.3ab23641lIkgzm).
  4. * Keyboard Maintainer: QMK Community
  5. * Hardware Supported: YD60MQ PCB
  6. * 12led (unknown revision number, has 12 RGB LEDs on the back) – _default variant_
  7. * 16led (unknown revision number, has 16 RGB LEDs on the back)
  8. * Hardware Availability: [YMDK on AliExpress](https://www.aliexpress.com/i/32869207240.html)
  9. Make example for this keyboard (after setting up your build environment):
  10. ```sh
  11. make ymdk/yd60mq:default # builds the 12 LED variant
  12. make ymdk/yd60mq/12led:default # also builds the 12 LED variant
  13. make ymdk/yd60mq/16led:default # builds the 16 LED variant
  14. ```
  15. The keyboard uses a DFU bootloader. To make a keymap and use dfu to flash it:
  16. ```sh
  17. make ymdk/yd60mq:default:flash # builds and flashes the 12 LED variant
  18. make ymdk/yd60mq/12led:default:flash # also builds and flashes the 12 LED variant
  19. make ymdk/yd60mq/16led:default:flash # builds and flashes the 16 LED variant
  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).