Skip to content

Commit

Permalink
Add build targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite committed Aug 20, 2024
1 parent 20876c3 commit e6326b3
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions qmk.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
{
"userspace_version": "1.0",
"build_targets": []
}
"userspace_version": "1.1",
"build_targets": [
[
"lily58/rev1",
"jesseleite",
{
"CONVERT_TO": "promicro_rp2040"
}
],
[
"lily58/rev1",
"tester",
{
"CONVERT_TO": "promicro_rp2040"
}
],
[
"crkbd/rev1",
"jesseleite",
{
"CONVERT_TO": "promicro_rp2040"
}
]
]
}

0 comments on commit e6326b3

Please sign in to comment.