forked from vial-kb/vial-qmk
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,24 @@ | ||
## Make | ||
|
||
``` | ||
make ydkb/unicore_f1:xxx_vial | ||
``` | ||
|
||
xxx means taco75 or kbd8xmk3 or tacopad ... | ||
|
||
## Convert BIN to UF2 | ||
|
||
``` | ||
uf2conv.py ydkb_unicore_f1_xxx_vial.bin -b 0x8004000 -c -f 0x9d5bcf10 -o xxx.uf2 | ||
``` | ||
``` | ||
|
||
## Keyboards using UniCore-F1 | ||
|
||
| Keyboards using UniCore_F1 | | ||
| -------------------------- | | ||
| My dev60 | | ||
| KBDFans Taco75 | | ||
| KBDFans TacoPad | | ||
| KBDFans KBD8xMkIII | | ||
| KBDFans Boop65 | | ||
| KBDFans Tofufa | |