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:
Claude 2026-03-31 21:07:16 +00:00
commit 8e619b7647
No known key found for this signature in database

View file

@ -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'