qmk-firmwares/keyboards/durgod/dgk6x
Ryan 9dbee3e23d
Remove useless "ifdef KEYBOARD_*" (#20078)
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-03-16 20:18:33 +11:00
..
galaxy Remove useless "ifdef KEYBOARD_*" (#20078) 2023-03-16 20:18:33 +11:00
hades Remove useless "ifdef KEYBOARD_*" (#20078) 2023-03-16 20:18:33 +11:00
venus Remove useless "ifdef KEYBOARD_*" (#20078) 2023-03-16 20:18:33 +11:00
config.h Move matrix config to info.json, part 4 (#20001) 2023-03-11 00:00:24 +11:00
dgk6x.c Remove magic bodges from via keymaps (#19890) 2023-02-22 01:15:18 +00:00
dgk6x.h VIA Protocol 12 + fixes (#19916) 2023-02-23 09:19:00 +11:00
halconf.h
info.json Fixup durgod/dgk6x (scroll lock mis-defined as num lock) (#19864) 2023-02-17 14:58:32 +11:00
mcuconf.h
readme.md
rules.mk Migrate MCU and BOOTLOADER to data-driven (#19529) 2023-02-08 18:41:46 +11:00

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:
  • Unplug
  • Short Boot0 to Vdd (See below)
  • Plug In USB
  • 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}
      
  1. Flash the QMK Firmware Image.
  • Put board into Bootloader mode, using the same method as when backing up the original Firmware (above)
  • 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