logo

qmk_firmware

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

readme.md (1950B)


  1. # SharkPCB QMK firmware
  2. ![sharkpcb](https://acheronproject.com/images/shark/shark_beta_pic3_small.jpg)
  3. The SharkPCB is an open-source ortholinear 40% layout designed by Gondolindrim for the AcheronProject.
  4. * Keyboard Maintainer: [Gondolindrim](https://github.com/gondolindrim)
  5. * Hardware Availability: you can get release Beta SharkPCBs using the JLCPCB manufacturer using the files at [its documentation](http:/acheronproject.com/pcbs/shark/shark/)
  6. ## How to flash
  7. ### Enter bootloader
  8. ### Release Alpha:
  9. The DFU state in the bootloader can be accessed in 2 ways:
  10. * **Bootmagic reset**: hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
  11. * **Physical reset button**: press the button on the back of the PCB
  12. * **Keycode in layout**: press the key mapped to `QK_BOOT` if it is available (ESC key at layer 1 in the default layout)
  13. ### Release Beta:
  14. The DFU state in the bootloader can be accessed in 3 ways:
  15. * **Bootmagic reset**: hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
  16. * **Physical reset button**: press the button on the back of the PCB, for at least five seconds
  17. * **Keycode in layout**: press the key mapped to `QK_BOOT` if it is available (ESC key at layer 1 in the default layout)
  18. ## Compile firmware
  19. ### Release Alpha
  20. After accessing the DFU state in your PCB, build the default layout using:
  21. make acheron/shark/alpha:default
  22. ### Release Beta
  23. After accessing the DFU state in your PCB, build the default layout using:
  24. make acheron/shark/beta:default
  25. Then download the resulting binary `*bin` file using `dfu-util` or QMK Toolbox.
  26. 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).