Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cheyao/macropad
Macropad for hackclub ysws
https://github.com/cheyao/macropad
3d 3d-printing cad kmk macropad micropython pcb python scad
Last synced: about 1 month ago
JSON representation
Macropad for hackclub ysws
- Host: GitHub
- URL: https://github.com/cheyao/macropad
- Owner: cheyao
- License: zlib
- Created: 2024-09-11T17:50:42.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-28T14:11:20.000Z (about 2 months ago)
- Last Synced: 2024-09-30T07:07:34.687Z (about 2 months ago)
- Topics: 3d, 3d-printing, cad, kmk, macropad, micropython, pcb, python, scad
- Language: HTML
- Homepage:
- Size: 20.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Macropad
Hello! This is my first time designing a PCB and a CAD.Fingers crossed everything works fine
## File list:
```
.
├── CAD # 3D Files
│ ├── cover.scad # Cover
│ ├── case.scad # Case
│ ├── ... # Some libraries
│ ├── plate.dxf # Keyboard plate
│ ├── case.stl # Case stl output
│ └── cover.stl # Cover stl output (Acrylic please)
├── PCB
│ ├── macropad.step # 3D Model of the board
│ ├── production # The output directory for production (Just send this folder to JLCPCB)
│ │ ├── Cyao_macropad_v2.4.zip # Gerbers
│ │ ├── *.{csv,ipc} # Misc files for JLCPCB
│ │ └── ibom.html # Interactive bom for PCBAlex <3
│ └── third_party
│ ├── Kalih # The keys
│ ├── OPL_Kicad_Library # Seed footprint
│ ├── KiCad-SSD1306-128x64-master # LCD
│ └── Seeeduino-xiao-rp2040-KiCAD-Library # Seed schema
└── firmware # Directory of my own firmware
├── adafruit-circuitpython-seeeduino_xiao_rp2040-en_US-9.1.4.uf2 # Circuitpython firmware
├── main.py # Main firmware
├── boot.py # Boot options
└── kmk # kmk firmware
```NOTE: I will need a 0.96” SSD1306 OLED screen that is compatible with 3.3V
The resistors are 4.7k ohm ones
The resistors are allso probably optional - but suggested by reddit