File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,20 @@ It uses Cherry MX switches or clones of it to really capture that keyboard feel.
10
10
It can do a lot more than simulate key presses though, it can replicate a mouse,
11
11
launch programmes and much more! I've left an easter egg in profile 5 :).
12
12
13
+ I built this macro keyboard because I was spending way too much time with
14
+ repetitive keystrokes, it was too difficult and even annoying to not have media
15
+ control keys on my keyboard, the ones in the market were way too expensive
16
+ and finally, after looking up many designs of people who've built their own
17
+ macro keyboards and finding only a few with a display, none of them met my
18
+ criteria, and I decided to build my own.
19
+
20
+ I decided to implement an OLED display that's compact and instead of a diode-resistor
21
+ configuration I've decided to go with a shift register instead, simply because
22
+ the complexity of the PCB is brought way down with fewer components to fail
23
+ and its a lot easier to replace a socketed dip-16 IC than it is to desolder
24
+ a diode and the number of pins I save using a shift register allows for future
25
+ explansion.
26
+
13
27
Apart from the code and required libraries, the PCB gerber files, 3D CAD files
14
28
for the housing, parts list and snapshots of the different skews are included
15
29
as well. Do note that the Arduino (pro) micro that is compatible
You can’t perform that action at this time.
0 commit comments