8000 Add Corne Cherry v3 by foostan · Pull Request #61 · foostan/crkbd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add Corne Cherry v3 #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Sep 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/release-corne-cherry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
zip -r --junk-paths corne-cherry-gerber.zip corne-cherry/gerber
zip -r --junk-paths plates-top-gerber.zip plates/pcb/top/gerber
zip -r --junk-paths plates-bottom-gerber.zip plates/pcb/bottom/gerber
zip -r --junk-paths plates.zip plates/common

- name: Release to GiHub
uses: softprops/action-gh-release@v1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-corne-chocolate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
zip -r --junk-paths corne-chocolate-gerber.zip corne-chocolate/gerber
zip -r --junk-paths plates-top-gerber.zip plates/pcb/top/gerber
zip -r --junk-paths plates-bottom-gerber.zip plates/pcb/bottom/gerber
zip -r --junk-paths plates.zip plates/common

- name: Release to GiHub
uses: softprops/action-gh-release@v1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Classic
name: Release Corne Classic

on:
push:
Expand Down Expand Up @@ -38,6 +38,7 @@ jobs:
zip -r --junk-paths corne-classic-gerber.zip corne-classic/gerber
zip -r --junk-paths plates-top-gerber.zip plates/pcb/top/gerber
zip -r --junk-paths plates-bottom-gerber.zip plates/pcb/bottom/gerber
zip -r --junk-paths plates.zip plates/common

- name: Release to GiHub
uses: softprops/action-gh-release@v1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-corne-light.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
zip -r --junk-paths corne-light-gerber.zip corne-light/gerber
zip -r --junk-paths plates-top-gerber.zip plates/pcb/top/gerber
zip -r --junk-paths plates-bottom-gerber.zip plates/pcb/bottom/gerber
zip -r --junk-paths plates.zip plates/common

- name: Release to GiHub
uses: softprops/action-gh-release@v1
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ _autosave-*
*.tmp
*-save.pro
*-save.kicad_pcb
*-cache.lib
*-rescue.lib
*-rescue.dcm
fp-info-cache
gerber/

Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "corne-cherry/pcb/kbd"]
path = corne-cherry/pcb/kbd
url = https://github.com/foostan/kbd
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.PHONY: git-submodule
git-submodule:
git submodule sync --recursive
git submodule update --init --recursive --progress
269 changes: 0 additions & 269 deletions corne-cherry/pcb/corne-cherry-cache.lib

This file was deleted.

3 changes: 0 additions & 3 deletions corne-cherry/pcb/corne-cherry-rescue.dcm

This file was deleted.

40 changes: 0 additions & 40 deletions corne-cherry/pcb/corne-cherry-rescue.lib

This file was deleted.

Loading
0