- Install QMK Toolbox to flash the firmware
- Open the QMK Toolbox
- Connect your keyboard
- Press
Open
and select the firmware file firmware/infinitemonkey_sixpace60_via.hex for VIA or firmware/infinitemonkey_sixpace60_vial.hex for VIAL - Press the reset button on your keyboard twice quickly to put it into bootloader mode
- Press
Flash
in the QMK Toolbox
- Go to VIA
- Press
SETTINGS
and turn onShow Design tab
- Press
DESIGN
, pressLoad
, and select qmk/keyboards/infinitemonkey/sixpace60/via.json - Press
CONFIGURE
pressAuthorize device +
and selectSixpace60
- Go to Vial Web
- Press
Start Vial
- Select
Sixpace60
Install Docker to build the firmware.
git clone https://github.com/qmk/qmk_firmware.git
git clone https://github.com/susumuota/sixpace60.git
cp -rp sixpace60/qmk/keyboards/infinitemonkey qmk_firmware/keyboards
cd qmk_firmware
RUNTIME="docker" SKIP_FLASHING_SUPPORT=1 util/docker_cmd.sh make infinitemonkey/sixpace60:via
git clone https://github.com/vial-kb/vial-qmk.git
git clone https://github.com/susumuota/sixpace60.git
cp -rp sixpace60/qmk/keyboards/infinitemonkey vial-qmk/keyboards
cd vial-qmk
RUNTIME="docker" SKIP_FLASHING_SUPPORT=1 util/docker_cmd.sh make infinitemonkey/sixpace60:vial
This project is licensed under the MIT License - see the LICENSE file for details.