logo

qmk_firmware

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

readme.md (1438B)


  1. # Mini Ashen 40
  2. ![Mini Ashen 40](https://i.imgur.com/0k3gFZCh.jpeg)
  3. ![Mini Ashen 40](https://i.imgur.com/B1w8qwPh.jpeg)
  4. ![Mini Ashen 40](https://i.imgur.com/LqxXW0Rh.jpeg)
  5. A 40% keyboard with some extras
  6. - Arrows
  7. - Mini macro cluster
  8. - Full assembly with only through hole components
  9. * Keyboard Maintainer: [jfescobar18](https://github.com/jfescobar18)
  10. * Hardware Supported: Mini Ashen 40 PCB and Case
  11. * Hardware Availability: [MechanicKeys](https://www.facebook.com/MechanicKeys-104963764775280)
  12. Make example for this keyboard (after setting up your build environment):
  13. make mechanickeys/miniashen40:default
  14. Flashing example for this keyboard:
  15. make mechanickeys/miniashen40:default:flash
  16. 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).
  17. ## Bootloader
  18. Enter the bootloader in 3 ways:
  19. * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
  20. * **Physical**:
  21. 1. Press and hold `BOOT` switch
  22. 2. Tap `RESET` switch
  23. 3. Release `BOOT` switch
  24. * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
  25. ## Flash bootloader
  26. * [Follow this instructions](https://github.com/jfescobar18/USBaspLoader)