forked from qmk/qmk_userspace
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate from compile.sh to qmk userspace-compile
Now that qmk/qmk_firmware#22887 is merged, I can use the standard qmk commands. Yay! :D
- Loading branch information
Showing
3 changed files
with
59 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.