summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--case/keyboard.scad8
1 files changed, 8 insertions, 0 deletions
diff --git a/case/keyboard.scad b/case/keyboard.scad
index 4aa24cd..e9dbde0 100644
--- a/case/keyboard.scad
+++ b/case/keyboard.scad
@@ -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];