Skip to content

Commit 3d8c5fa

Browse files
committed
update deltaboard (fix bugs)
1 parent c25e1c4 commit 3d8c5fa

File tree

3 files changed

+24
-12
lines changed

3 files changed

+24
-12
lines changed
-2.21 KB
Loading

hackpads/grasspad/readme.md

+23-11
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,30 @@
1-
# GRASSPAD!!
2-
A hackpad with a rotary encoder, some keys and an oled screen...
1+
# GrassPad
2+
A small macropad that looks like a block of grass, hence the name.
33

4+
The GrassPad has 6 MX switches and one rotary encoder it also has an 128x32 OLED screen and 5 RGB LEDs.
45

5-
I didn't have enough time to make the firmware because i had to study for a math test :sob: BUT I will try and update it in the future with the firmware and everything I actually need to assemble it is here (case and pcb...)
6+
# Full Model
7+
<img src="./assets/GrassPad.png">
68

9+
# Case
10+
<img src="./assets/case.png">
711

8-
The case is also quite crude with the fitting of the usbc and how it works but I will fix it in later revisions since I have my own 3D printer
12+
# Schematic
13+
<img src="./assets/schematic.png">
914

15+
# PCB
16+
Wireframe:
17+
<img src="./assets/wireframe.png">
1018

11-
# BOM:
12-
- 1x SSD1306 OLED display
13-
- 1x Seeed Studio XIAO RP2040
14-
- 12x Cherry MX Switches
15-
- 12x 1N4148W diodes
16-
- 1x EC11 Encoder
19+
PCB:
20+
<img src="./assets/pcb.png">
1721

18-
![imagge of the PAD](image.png)
22+
BOM:
23+
- Seeed XIAO RP2040 x1
24+
- PCB x1
25+
- MX-Style switches x6
26+
- EC11 Rotary encoder x1
27+
- 0.91 inch OLED display (black if possible) x1
28+
- Blank DSA keycaps x6
29+
- SK6812 MINI-E LEDs x5
30+
- 1N4148 DO-35 Diodes x6

0 commit comments

Comments
 (0)