Ryan d09a06a1b3 Update GPIO API usage in keyboard code (#23361) 2 years ago
..
galaxy a14c03b96e Remove more unnecessary `quantum.h` includes (#23402) 2 years ago
hades_ansi a14c03b96e Remove more unnecessary `quantum.h` includes (#23402) 2 years ago
hades_iso a14c03b96e Remove more unnecessary `quantum.h` includes (#23402) 2 years ago
venus a14c03b96e Remove more unnecessary `quantum.h` includes (#23402) 2 years ago
config.h 6e3cc56bdf Migrate RGB Matrix config to info.json - D (#22811) 2 years ago
dgk6x.c d09a06a1b3 Update GPIO API usage in keyboard code (#23361) 2 years ago
dgk6x.h 0ddb7d7863 Move single `60_ansi`, `60_hhkb` and `60_iso` layouts to data driven (#20438) 3 years ago
halconf.h c93935f243 Durgod: Increase scan rate by using wait_us GPT timer (#14091) 4 years ago
info.json 8ad3a36fb6 Data-Driven Keyboard Conversions: D (#23461) 2 years ago
mcuconf.h 4188d2272c [Keyboard] Add Durgod Hades, Galaxy and Venus Keyboards (#12893) 5 years ago
readme.md c57902d443 [Keyboard] Add support for ISO version of Durgod Hades (#20110) 3 years ago
rules.mk 8ad3a36fb6 Data-Driven Keyboard Conversions: D (#23461) 2 years ago

readme.md

DGK6X = Venus, Hades, Galaxy, etc.

This DGK6X code is shared between the ANSI variants of Venus, Hades and Galaxy keyboards.

  • Keyboard Maintainer: J-Sully and dkjer
  • Hardware Supported: Durgod Venus, Hades or Galaxy board with STM32F070RBT6
  • Hardware Availability: Venus, Hades and Galaxy

Instructions

Build

Instructions for building the Venus, Hades and Galaxy firmware can be found here:

Initial Flash

For first Flashing from initial Stock's Firmware

  1. Back up original Firmware Image:
  2. Unplug
  3. Short Boot0 to Vdd (See below)
  4. Plug In USB
  5. Make a Flash Image's Backup in case you wanted to restore the Keyboard to Stock's Image:

    • Using dfu-util:

      dfu-util --list dfu-util --alt 0 --dfuse-address 0x08000000 --upload ${OLD_STOCK_BIN}

  6. Flash the QMK Firmware Image.

  7. Put board into Bootloader mode, using the same method as when backing up the original Firmware (above)

  8. Here are a few options for performing the initial Flash:

    • Using QMK Toolbox
    • Using dfu-util:

      dfu-util --alt 0 --dfuse-address 0x08000000 --download ${NEW_QMK_BIN}

You can short Boot0 to Vdd by shorting R19 to C30 on the sides closest to the processor, as shown:

  • Hades & Venus: Shorting Boot0 to Vdd on Hades or Venus

  • Galaxy 75 Shorting Boot0 to Vdd on Galaxy 75

Subsequent Flashing

For repeating Flashing you can use BootMagic:

  • BootMagic Lite has been enabled with Assigned "Esc" key
  • Unplug USB Cable
  • Holding Esc Button
  • Plug in USB Cable, Keyboard should be in ST-Bootloader state