Initial commit

This commit is contained in:
Skybbles
2025-01-03 22:17:55 -05:00
committed by GitHub
commit d163577693
5 changed files with 42 additions and 0 deletions

6
.github/workflows/build.yml vendored Normal file
View File

@@ -0,0 +1,6 @@
name: Build ZMK firmware
on: [push, pull_request, workflow_dispatch]
jobs:
build:
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main