diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-02-21 16:08:01 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-03-01 11:13:15 +0530 |
| commit | 0f429cf5f625d8e1a2f95297ed7c26c01b644977 (patch) | |
| tree | 4a60bcf7a77ee0ed1c6b6f946558005c19049031 /justfile | |
| parent | d0f1f63733c047937d5c44369b20e6c8d5aefbc8 (diff) | |
| download | chiral-keyboard-0f429cf5f625d8e1a2f95297ed7c26c01b644977.tar.gz chiral-keyboard-0f429cf5f625d8e1a2f95297ed7c26c01b644977.zip | |
PCB init commit
Diffstat (limited to '')
| -rw-r--r-- | justfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/justfile b/justfile new file mode 100644 index 0000000..aec957f --- /dev/null +++ b/justfile @@ -0,0 +1,5 @@ + +pcb: + kicad ./pcb/chiral.kicad_pro + + |
