Update README.md

This commit is contained in:
BoaN235 2025-02-20 19:59:20 -05:00 committed by GitHub
parent fe9a37dec3
commit 2e1ab557ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,24 @@
# Legitmate-Salvage
This is the Legitimate Salvage. It is a macro pad that includes ten keys, one rotary encoder, and one OLED screen. The firmware I set up allows three different tabs, and the OLED screen shows the current tab. This is my first time participating in a Hack Club event. I have only recently been learning Fusion and have never used KiCad or QMK, which was an exciting new opportunity. The hardest part was working with QMK, as I have no experience with firmware, and it was hard to find help or tutorials for the process.
# Cad Model
There is 2 peices the base and the top which fit together with m3 bolts I made it with fusion
![Case](https://github.com/user-attachments/assets/4cba2cac-ebd2-4dac-b88c-ef9376c2fc52)
# PCB
I made it in kicad I used most of the recomended footprints but some I had to find on my own I hope its right
![image](https://github.com/user-attachments/assets/7cdfeba9-f5a0-4bcc-97e6-304b6ee37472) Schematic
![image](https://github.com/user-attachments/assets/5d4d4ce4-2c01-4b98-9a36-7dbc03879420) PCB
# Firmware Overview
Uses QMK Firmware
- Rotary encoder changes volume for evreything
- Top Left button changes tabs
- OLED shows current tab
- the other buttons it depends on the current tab being used
# BOM (Bill of Materials):
- 1x Seeed XIAO RP2040
- 9x Through-hole 1N4148 Diodes
@ -18,5 +34,6 @@ This is the Legitimate Salvage. It is a macro pad that includes ten keys, one ro
|----------|-----|-----|
|![image](https://github.com/user-attachments/assets/7cdfeba9-f5a0-4bcc-97e6-304b6ee37472)|![image](https://github.com/user-attachments/assets/5d4d4ce4-2c01-4b98-9a36-7dbc03879420)|![image](https://github.com/user-attachments/assets/ede3ee64-54af-4f15-8f28-0d68c0459083)|
# Extra Stuff
This is my first hackclub project. Next I think I am going to work on the infill project becuase why not.