logo

qmk_firmware

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

readme.md (2087B)


  1. # DGK6X = Venus, Hades, Galaxy, etc.
  2. This DGK6X code is shared between the ANSI variants of Venus, Hades and Galaxy keyboards.
  3. * Keyboard Maintainer: [J-Sully](https://github.com/J-Sully) and [dkjer](https://github.com/dkjer)
  4. * Hardware Supported: Durgod Venus, Hades or Galaxy board with STM32F070RBT6
  5. * Hardware Availability: [Venus](https://www.amazon.com/dp/B07XFP5MMZ), [Hades](https://www.amazon.com/gp/product/B08562392T) and [Galaxy](https://www.amazon.com/Galaxy-75-Modular-Mechanical-Keyboard/dp/B08PDRD8MP)
  6. ## Instructions
  7. ### Build
  8. Instructions for building the Venus, Hades and Galaxy firmware can be found here:
  9. * [Venus](venus/readme.md)
  10. * [Hades ANSI](hades_ansi/readme.md)
  11. * [Hades ISO](hades_iso/readme.md)
  12. * [Galaxy](galaxy/readme.md)
  13. ### Initial Flash
  14. For first Flashing from initial Stock's Firmware
  15. 1. Back up original Firmware Image:
  16. - Unplug
  17. - Short Boot0 to Vdd (See below)
  18. - Plug In USB
  19. - Make a Flash Image's Backup in case you wanted to restore the Keyboard to Stock's Image:
  20. - Using dfu-util:
  21. dfu-util --list
  22. dfu-util --alt 0 --dfuse-address 0x08000000 --upload ${OLD_STOCK_BIN}
  23. 2. Flash the QMK Firmware Image.
  24. - Put board into Bootloader mode, using the same method as when backing up the original Firmware (above)
  25. - Here are a few options for performing the initial Flash:
  26. - Using [QMK Toolbox](https://github.com/qmk/qmk_toolbox)
  27. - Using dfu-util:
  28. dfu-util --alt 0 --dfuse-address 0x08000000 --download ${NEW_QMK_BIN}
  29. You can short Boot0 to Vdd by shorting R19 to C30 on the sides closest to the processor, as shown:
  30. * Hades & Venus:
  31. <img src="https://i.imgur.com/JwF7MeZ.jpg" width="520" height="571" alt="Shorting Boot0 to Vdd on Hades or Venus">
  32. * Galaxy 75
  33. <img src="https://i.imgur.com/b9eZG5T.jpg" width="520" height="571" alt="Shorting Boot0 to Vdd on Galaxy 75">
  34. ### Subsequent Flashing
  35. For repeating Flashing you can use BootMagic:
  36. - BootMagic Lite has been enabled with Assigned "Esc" key
  37. - Unplug USB Cable
  38. - Holding Esc Button
  39. - Plug in USB Cable, Keyboard should be in ST-Bootloader state