Skip to main content

Firmware

Precompiled Firmware​

Ready to use firmware for the various controllers we sell can be downloaded easily from

KEEBD Firmware

Build Firmware​

Make example for this keyboard (after setting up your build environment):

make spaceman/2_milk:default

or

qmk compile -kb spaceman/2_milk -km default

For Pro Micro ATMega Controllers use QMK Toolbox to flash the firmware on the Pro Micro.

For Pro Micro RP2040 Controllers convert the firmware using

qmk compile -kb spaceman/2_milk -km default -e CONVERT_TO=helios

Before connect RST and GND pins with a paper clip or tweezers, to bring the Pro Micro into the Bootloader Mode.

See the build environment setup and the make instructions for more information.

Brand new to QMK? Start with our Complete Newbs Guide.