├── README.md ├── bottom-layer.svg ├── license.txt ├── middle-layer.ai ├── middle-layer.svg ├── preview.png ├── sandwich-split.ai ├── sandwich-split.eps ├── sandwich-split.svg ├── switch-layer.ai └── switch-layer.svg /README.md: -------------------------------------------------------------------------------- 1 | Let's Split V2 Case 2 | =================== 3 | 4 | Here's my design files for the Let's Split V2. It's a sandwich-style case with cutouts at the back to accommodate the USB jack and the TRRS jack. 5 | 6 | The design file has 4 top and bottom pieces and 8 middle layer pieces. This is only good for 1 whole case for 2 halves, and 1 case that has no middle layers (you'd need to use standoffs). 7 | 8 | Pieces 9 | ------ 10 | There's 4 different types of pieces the case uses: 11 | 12 | - Top/Switch layer - Each half uses 1 of these 13 | - Bottom layer - Each half uses 1 of these 14 | - Middle layer 15 | - C-shaped piece - Each half uses 3 of these, use a 4th one if you need more space (like when using a Pro Micro with Mini USB jack) 16 | - Stick piece - Same number as the C-Shaped piece 17 | 18 | Screws and Standoffs 19 | -------------------- 20 | This case was designed to use M2 screws and standoffs. The holes in the middle layers are for the standoffs, while the holes in the top and bottom layers are only wide enough for the screws. M2 screws and standoffs that fit the case can be purchased at Keebio: [M2 Screws & Standoffs](https://keeb.io/products/m2-screws-and-standoffs). 21 | 22 | Ponoko 23 | ------ 24 | I used Ponoko to have the case cut and used a P2 sized 3mm acrylic sheet. The kerf of the files has been set to 0.15mm for use with Ponoko and Lasergist. 25 | 26 | Case Images 27 | ------------- 28 | 29 | ### SVG file 30 | ![img](preview.png) 31 | 32 | ### Assembled case 33 | ![img](http://imgur.com/pN2aeFF.jpg) 34 | 35 | ![img](http://i.imgur.com/zFAaCGB.jpg) 36 | 37 | License 38 | ------- 39 | These case files are released under the MIT License. 40 | 41 | Contact Info 42 | ------------ 43 | I also go by bakingpy on Reddit and the MechKeys Discord server and can be reached through either. 44 | -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2017 Danny Nguyen 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /middle-layer.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nooges/lets-split-v2-case/52fb328a1985f0529511275ebbccec9f03d348c7/middle-layer.ai -------------------------------------------------------------------------------- /preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nooges/lets-split-v2-case/52fb328a1985f0529511275ebbccec9f03d348c7/preview.png -------------------------------------------------------------------------------- /sandwich-split.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nooges/lets-split-v2-case/52fb328a1985f0529511275ebbccec9f03d348c7/sandwich-split.ai -------------------------------------------------------------------------------- /sandwich-split.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nooges/lets-split-v2-case/52fb328a1985f0529511275ebbccec9f03d348c7/sandwich-split.eps -------------------------------------------------------------------------------- /switch-layer.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nooges/lets-split-v2-case/52fb328a1985f0529511275ebbccec9f03d348c7/switch-layer.ai --------------------------------------------------------------------------------