The Frog Mini is a 60% keyboard designed by GeonWorks, with PCB by Gondolindrim.
Two PCB variants are offered: FM-S (solderable) and FM-H (hotswap with Kailh sockets).
The DFU state in the bootloader can be accessed in 2 ways:
QK_BOOT
if it is available (ESC key at layer 1 in the default layout)The DFU state in the bootloader can be accessed in 3 ways:
QK_BOOT
if it is available (ESC key at layer 1 in the default layout)After accessing the DFU state in your PCB, build the default layout using:
make geonworks/frogmini/fms:default
After accessing the DFU state in your PCB, build the default layout using:
make geonworks/frogmini/fmh:default
Then download the resulting binary *bin
file using dfu-util
or QMK Toolbox.
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.