summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXANTRONIX Development2023-11-17 15:47:17 -0500
committerXANTRONIX Development2023-11-17 15:47:17 -0500
commit8f3432e101d4a298b9503ef5e92a423ee4203a70 (patch)
tree35ccacd0809cc4fd61c2d029271531bad3d9d6b6
parent48e6cfb4dbe58c9df4914f712d7874facd4cead8 (diff)
downloadxantronix-z32-8f3432e101d4a298b9503ef5e92a423ee4203a70.tar.gz
xantronix-z32-8f3432e101d4a298b9503ef5e92a423ee4203a70.tar.bz2
xantronix-z32-8f3432e101d4a298b9503ef5e92a423ee4203a70.zip
May as well keep that handy
-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];