Fix ses file path and add badge
This commit is contained in:
parent
5f8e972b97
commit
7e6ff49599
|
|
@ -41,13 +41,13 @@ jobs:
|
|||
with:
|
||||
pcb_input_file: output/pcbs/left.kicad_pcb
|
||||
pcb_output_file: output/pcbs/left_routed.kicad_pcb
|
||||
ses_file: output/pcbs/board.ses
|
||||
ses_file: output/pcbs/left.ses
|
||||
- name: Import SES into Right PCB
|
||||
uses: ./.github/actions/import-ses
|
||||
with:
|
||||
pcb_input_file: output/pcbs/right.kicad_pcb
|
||||
pcb_output_file: output/pcbs/right_routed.kicad_pcb
|
||||
ses_file: output/pcbs/board.ses
|
||||
ses_file: output/pcbs/right.ses
|
||||
- name: Export Gerbers for Left PCB
|
||||
uses: ./.github/actions/export-gerbers
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Split Typematrix 2022
|
||||
## A Typematrix 2022 style autogenerated keyboard
|
||||
|
||||
[](https://github.com/tbaumann/typematrix_split_ergogen/actions/workflows/build.yml)
|
||||
|
||||
## Layout
|
||||
The Typematrix 2022 was one of the first ortholinear ergo keyboards and arguably the best layout ever made `[citation needed]`
|
||||
|
|
|
|||
Loading…
Reference in New Issue