diff options
author | XANTRONIX Development | 2023-11-17 15:47:17 -0500 |
---|---|---|
committer | XANTRONIX Development | 2023-11-17 15:47:17 -0500 |
commit | 8f3432e101d4a298b9503ef5e92a423ee4203a70 (patch) | |
tree | 35ccacd0809cc4fd61c2d029271531bad3d9d6b6 | |
parent | 48e6cfb4dbe58c9df4914f712d7874facd4cead8 (diff) | |
download | xantronix-z32-8f3432e101d4a298b9503ef5e92a423ee4203a70.tar.gz xantronix-z32-8f3432e101d4a298b9503ef5e92a423ee4203a70.tar.bz2 xantronix-z32-8f3432e101d4a298b9503ef5e92a423ee4203a70.zip |
May as well keep that handy
-rw-r--r-- | case/keyboard.scad | 8 |
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]; |