An open API service indexing awesome lists of open source software.

https://github.com/qmk/qmk_distro_wsl

A pre-configured WSL distro for working with the QMK CLI
https://github.com/qmk/qmk_distro_wsl

keyboard-firmware qmk qmk-cli qmk-wsl wsl2

Last synced: 3 months ago
JSON representation

A pre-configured WSL distro for working with the QMK CLI

Awesome Lists containing this project

README

          

# QMK WSL

> A pre-configured WSL distro for working with the QMK CLI

[![Latest Release](https://img.shields.io/github/v/release/qmk/qmk_distro_wsl?color=3D87CE&label=Latest&sort=semver&style=for-the-badge)](https://github.com/qmk/qmk_distro_wsl/releases/latest)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/qmk/qmk_distro_wsl/build.yml?logo=github&style=for-the-badge)](https://github.com/qmk/qmk_distro_wsl/actions?query=workflow%3ACI+branch%3Amain)
[![Discord](https://img.shields.io/discord/440868230475677696.svg?logo=discord&logoColor=white&color=7289DA&style=for-the-badge)](https://discord.gg/qmk)

Based on the exact same environment as QMK uses for CI, this installer package aims to give you a QMK build environment with as little effort as possible.

![terminal example](./docs/public/terminal.png)

## Documentation

1. Install [WSL2](https://docs.microsoft.com/en-us/windows/wsl/install-win10)
1. Install the [latest release](https://github.com/qmk/qmk_distro_wsl/releases/latest)
1. Run [`qmk setup`](https://docs.qmk.fm/#/newbs_getting_started?id=set-up-qmk)
1. Run [`qmk compile`](https://docs.qmk.fm/#/newbs_getting_started?id=_4-test-your-build-environment)
1. Profit!

Full documentation is available at .

## Official Website

[qmk.fm](https://qmk.fm) is the official website of QMK, where you can find links to this page, the documentation, and the keyboards supported by QMK.