qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

readme.md (2132B)


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