Skip to content

Commit

Permalink
Ploopy adept firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Jan 24, 2024
1 parent c8dcd92 commit 39774b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ 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: albinger/qmk_firmware
qmk_ref: albinger-DRAG_SCROLL_MOMENTARY

publish:
name: 'QMK Userspace Publish'
uses: qmk/.github/.github/workflows/qmk_userspace_publish.yml@main
uses: drashna/.github/.github/workflows/qmk_userspace_publish.yml@main
if: always() && !cancelled()
needs: build
4 changes: 3 additions & 1 deletion qmk.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"userspace_version": "1.0",
"build_targets": []
"build_targets": [
["ploopyco/madromys/rev1_001", "all"]
]
}

0 comments on commit 39774b3

Please sign in to comment.