Flashing
Zypomorph uses QMK firmware. Documentation on installation, keymaps and compiling can be found here.
If QMK Toolbox doesn't work, try these steps
My fork of QMK can be found here
To install the default keymap:
Install AVRdudess
You may need to install Atmel Flip drivers and follow this guide after resetting the board.
Download the left/right eeprom files and .hex files here
Right-click each link and "Save link as..." or download the whole repo
Flash the left half
Programmer: Choose
FLIP USB DFU protocol version 1 (doc7618)
Port:
usb
MCU:
ATmega32U4
Flash: choose your hex file
EEPROM: choose
eeprom-lefthand.eep
Use a piece of metal to short the two pads marked RESET
Press
Program!
Flash the right half
Place some tweezers/ wire into the holes next to the MASTER jumper. This is needed to activate the USB port, and can be removed after flashing.
Plug in the right half alone, into the unused USB port.
Follow the same steps as the left, but choose
eeprom-righthand.eep
andzygo-noRGB.hex
If you're updating the firmware for the right side, make sure RGB is disabled for the slave side.
Remove your jumper wire/tweezers
Plug the leftmost port into your PC, and the two middle ports into each other.
After the initial setup, you can update your keymap using QMK Toolbox, and you only need to flash the master half.
For custom layouts:
Follow these steps
Install and setup QMK and Avrdudess
Edit your keymap as desired and compile hex file
Flash the hex to the master (follow guide above)
Last updated