qmk_firmware

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

readme.md (1276B)


      1 # Gondolindrim X Dark Magnum Ergo 1 PCB QMK firmware
      2 
      3 The Magnum Ergo 1 is an Alice-layout ergonomic keyboard designed by Dark, with a PCB designer by Gondolindrim.
      4 
      5 * Keyboard Maintainer: [Gondolindrim](https://github.com/Gondolindrim)
      6 * Hardware Supported: proprietary PCB using STM32F4x1C microcontroller;
      7 * Availability: as of november 2022 both keyboard and PCB were sold in a private Group Buy; therefore availability is limited.
      8 
      9 ## How to flash
     10 
     11 ### Enter bootloader
     12 
     13 The DFU state in the bootloader can be accessed in 3 ways:
     14 
     15 * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key, grave accent in the default keymap) and plug in the keyboard;
     16 * **Physical reset button**: press the button on the front of the PCB, next to caps lock, for at least five seconds;
     17 * **Keycode in layout**: Press the key mapped to `QK_BOOT`; in the default layout, that is top left key ('grave') in layer 1.
     18 
     19 ### How to compile and flash
     20 
     21 You can compile the Iron 165R2 default keymap by using the following:
     22 
     23     make magnum_ergo_1:default
     24 
     25 And use dfu-util in the command line or through a GUI like QMK toolbox to upload the firmware to the PCB. To directly flash the PCB after it is put into a DFU state, use:
     26 
     27     make magnum_ergo_1:default:flash
     28