Skip to content

Commit

Permalink
Add ./targets/sg48key/ (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
sago35 authored Dec 26, 2023
1 parent 21eea27 commit 3c59658
Show file tree
Hide file tree
Showing 15 changed files with 19,100 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ smoketest: FORCE
tinygo build -o ./out/gobadge.uf2 --target gobadge --size short ./targets/gobadge/
tinygo build -o ./out/gopher-badge.uf2 --target gopher-badge --size short ./targets/gopher-badge/
tinygo build -o ./out/macropad-rp2040.uf2 --target macropad-rp2040 --size short ./targets/macropad-rp2040/
tinygo build -o ./out/sg48key.uf2 --target xiao --size short ./targets/sg48key/
tinygo build -o ./out/sgh60.uf2 --target waveshare-rp2040-zero --size short ./targets/sgh60/
tinygo build -o ./out/sgkb-left.uf2 --target xiao-rp2040 --size short ./targets/sgkb/left/
tinygo build -o ./out/sgkb-left-0.3.0.uf2 --target xiao-rp2040 --size short ./targets/sgkb/left-0.3.0/
Expand All @@ -25,6 +26,7 @@ gen-def:
go run ./cmd/gen-def/main.go ./targets/gopher-badge/vial.json
go run ./cmd/gen-def/main.go ./targets/gobadge/vial.json
go run ./cmd/gen-def/main.go ./targets/macropad-rp2040/vial.json
go run ./cmd/gen-def/main.go ./targets/sg48key/vial.json
go run ./cmd/gen-def/main.go ./targets/sgh60/vial.json
go run ./cmd/gen-def/main.go ./targets/sgkb/left/vial.json
go run ./cmd/gen-def/main.go ./targets/sgkb/left-0.3.0/vial.json
Expand Down
Loading

0 comments on commit 3c59658

Please sign in to comment.