howyi / zmk-config-dp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zmk-config-dp .github/workflows/build.yml

Setup project

  1. Checkout this repository

    # run on host
    git clone https://github.com/howyi/zmk-config-dp.git /path/to/repo
    cd /path/to/repo
  2. Write host UID and GID to .env

    # run on host /path/to/repo
    echo "HOST_UID=$(id -u)" >> .env
    echo "HOST_GID=$(id -g)" >> .env
  3. Start devcontainer using VSCode

    Warning
    Requires Docker and Dev Containers extension.
    Check out the VSCode documents.

  4. Run setup commands on devcontainer

    # run on devcontainer /code
    make init

Build firmware

Note
Build artifacts are placed in <PROJECT_ROOT>/artifacts/*.uf2.

# run on devcontainer /code
make

About


Languages

Language:Dockerfile 57.0%Language:Makefile 43.0%