mirror of
https://github.com/qmk/qmk_userspace.git
synced 2026-04-22 11:30:23 -04:00
Point CI to Keebart's Vial-QMK fork for keyboard definition
The QMK userspace overlay only supports keymaps and user code, not adding entirely new keyboard definitions. Since keebart/corne_choc_pro only exists in Keebart's fork, the CI must clone that fork instead of official qmk/qmk_firmware. https://claude.ai/code/session_01G7xpKdeQFVBvr4iCzxrcTU
This commit is contained in:
parent
9a007e6b26
commit
8e619b7647
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_binaries.yaml
vendored
4
.github/workflows/build_binaries.yaml
vendored
|
|
@ -10,8 +10,8 @@ jobs:
|
|||
name: 'QMK Userspace Build'
|
||||
uses: qmk/.github/.github/workflows/qmk_userspace_build.yml@main
|
||||
with:
|
||||
qmk_repo: qmk/qmk_firmware
|
||||
qmk_ref: master
|
||||
qmk_repo: Keebart/vial-qmk-corne-choc-pro
|
||||
qmk_ref: vial
|
||||
|
||||
publish:
|
||||
name: 'QMK Userspace Publish'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue