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.

55 lines
2.0 KiB

  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](hades/readme.md)
  11. * [Galaxy](galaxy/readme.md)
  12. ### Initial Flash
  13. For first Flashing from initial Stock's Firmware
  14. 1. Back up original Firmware Image:
  15. - Unplug
  16. - Short Boot0 to Vdd (See below)
  17. - Plug In USB
  18. - Make a Flash Image's Backup in case you wanted to restore the Keyboard to Stock's Image:
  19. - Using dfu-util:
  20. dfu-util --list
  21. dfu-util --alt 0 --dfuse-address 0x08000000 --upload ${OLD_STOCK_BIN}
  22. 2. Flash the QMK Firmware Image.
  23. - Put board into Bootloader mode, using the same method as when backing up the original Firmware (above)
  24. - Here are a few options for performing the initial Flash:
  25. - Using [QMK Toolbox](https://github.com/qmk/qmk_toolbox)
  26. - Using dfu-util:
  27. dfu-util --alt 0 --dfuse-address 0x08000000 --download ${NEW_QMK_BIN}
  28. You can short Boot0 to Vdd by shorting R19 to C30 on the sides closest to the processor, as shown:
  29. * Hades & Venus:
  30. <img src="https://i.imgur.com/JwF7MeZ.jpg" width="520" height="571" alt="Shorting Boot0 to Vdd on Hades or Venus">
  31. * Galaxy 75
  32. <img src="https://i.imgur.com/b9eZG5T.jpg" width="520" height="571" alt="Shorting Boot0 to Vdd on Galaxy 75">
  33. ### Subsequent Flashing
  34. For repeating Flashing you can use BootMagic:
  35. - BootMagic Lite has been enabled with Assigned "Esc" key
  36. - Unplug USB Cable
  37. - Holding Esc Button
  38. - Plug in USB Cable, Keyboard should be in ST-Bootloader state