Launch QMK MSYS
Launch QMK MSYS from the Start menu or its shortcut. Run the following commands inside the QMK MSYS terminal.
QMK Install
A Windows-focused setup note for preparing QMK and building firmware for a DIY keyboard. This page covers preparing the QMK environment with QMK MSYS and confirming that the firmware can be built.
Links
Setup
Launch QMK MSYS from the Start menu or its shortcut. Run the following commands inside the QMK MSYS terminal.
Get the QMK firmware repository for this keyboard from GitHub.
git clone https://github.com/takehiko-cmd/qmk_firmware.git Move into the cloned qmk_firmware folder.
cd qmk_firmware Run QMK setup only the first time. If confirmation prompts appear, read them and continue.
qmk setup Compile the default keymap for this keyboard.
qmk compile -kb takeclockworks/split_keyboard -km default Confirm that .build/takeclockworks_split_keyboard_default.uf2 has been generated.
Hold the BOOT button while connecting it to the PC so it appears as the RPI-RP2 drive.
Copy the generated UF2 file to the RPI-RP2 drive.
After the copy finishes, the drive closes automatically. That means the firmware has been written.
Check that the keys respond correctly in Notepad or QMK Console.
QMK and QMK MSYS are updated over time, so small details such as screen text or installer filenames may change. Check the official documentation and release pages if anything looks different.