Skip to content

Commit

Permalink
Migrate from compile.sh to qmk userspace-compile
Browse files Browse the repository at this point in the history
Now that qmk/qmk_firmware#22887 is merged, I can
use the standard qmk commands. Yay! :D
  • Loading branch information
bcat committed Aug 15, 2024
1 parent 55e3770 commit a5aa42f
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 59 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ I use community layouts wherever possible, only writing keyboard-specific
keymaps for boards without standard layout support. I derive my keymaps from two
canonical ones (preferred for typing and gaming, respectively).

You can build all keymaps I maintain at once using the
[`users/bcat/compile.sh`](users/bcat/compile.sh) script. (The `qmk
userspace-compile` command is not yet supported in my setup.)

## Canonical keymaps

* [3x6+3 split layout](layouts/split_3x6_3/bcat)
Expand Down
62 changes: 59 additions & 3 deletions qmk.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,60 @@
{
"userspace_version": "1.0",
"build_targets": []
}
"userspace_version": "1.1",
"build_targets": [
["9key", "bcat"],
[
"ai03/polaris",
"bcat",
{
"FORCE_LAYOUT": "60_tsangan_hhkb"
}
],
[
"cannonkeys/an_c",
"bcat",
{
"FORCE_LAYOUT": "60_tsangan_hhkb"
}
],
[
"cannonkeys/instant60",
"bcat",
{
"FORCE_LAYOUT": "60_tsangan_hhkb"
}
],
[
"crkbd/rev1",
"bcat",
{
"FORCE_LAYOUT": "split_3x6_3"
}
],
[
"dz60",
"bcat",
{
"FORCE_LAYOUT": "60_ansi_split_bs_rshift"
}
],
[
"dz60",
"bcat",
{
"FORCE_LAYOUT": "60_tsangan_hhkb"
}
],
["eco/rev2", "bcat"],
[
"kbdfans/kbd67/hotswap",
"bcat",
{
"FORCE_LAYOUT": "65_ansi_blocker_split_bs"
}
],
["keebio/bdn9/rev1", "bcat"],
["keebio/quefrency/rev1", "bcat"],
["lily58/rev1", "bcat"],
["yanghu/unicorne/f411", "bcat"]
]
}
52 changes: 0 additions & 52 deletions users/bcat/compile.sh

This file was deleted.

0 comments on commit a5aa42f

Please sign in to comment.