May as well keep that handy
This commit is contained in:
parent
48e6cfb4db
commit
8f3432e101
1 changed files with 8 additions and 0 deletions
|
@ -27,6 +27,14 @@ keyboard_pcb_screw_holes = [
|
|||
[238.1250, 9.5250]
|
||||
];
|
||||
|
||||
module keyboard_switch() {
|
||||
width = 14.00;
|
||||
length = 14.92;
|
||||
height = 11.10;
|
||||
|
||||
cube([width, length, height], true);
|
||||
}
|
||||
|
||||
module keyboard_deck(wall_width) {
|
||||
key_switch_footprint = [15.25, 15.25];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue