Skip to content

Personal ZMK Firmware Repository implementing the Waterfowl keyboard

Notifications You must be signed in to change notification settings

DiogoDoreto/zmk-waterfowl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diogo's Waterfowl Config

Building locally with Podman

Preparing the container:

podman create -it --name=zmk --mount="type=bind,source=/d/git/zmk/app,destination=/workspaces/app" --mount="type=bind,source=/d/git/zmk-waterfowl/config,target=/workspaces/zmk-config" --mount="type=volume,source=zmk-zephyr,target=/workspaces/zephyr" --mount="type=volume,source=zmk-zephyr-modules,target=/workspaces/modules" --mount="type=volume,source=zmk-zephyr-tools,target=/workspaces/tools" docker.io/zmkfirmware/zmk-dev-arm:3.2 /bin/bash

podman start zmk
podman exec -w=/workspaces zmk west init -l app
podman exec -w=/workspaces zmk west update
podman restart zmk

Running the build:

podman exec -w=/workspaces/app zmk west build -d build/left -b nice_nano_v2 -- -DSHIELD=waterfowl_left -DZMK_CONFIG="/workspaces/zmk-config"
podman exec -w=/workspaces/app zmk west build -d build/right -b nice_nano_v2 -- -DSHIELD=waterfowl_right -DZMK_CONFIG="/workspaces/zmk-config"

Then flash the file in zmk/app/build/left|right/zephyr/zmk.uf2

About

Personal ZMK Firmware Repository implementing the Waterfowl keyboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages