Slicer Discord
WASD Keyboard – 3D printable model from MakerWorld MakerWorld
Electronics

WASD Keyboard

32 Downloads
14 Likes
11 Makes
Go to Model
This is my 3D printed WASD Keyboard. Parts needed: Arduino pro micro (only works with Arduino pro micro oder leonardo)4 Keyboard switchessome wire4 Keycaps (mine are from @misterryan) Wirering: [Switch W] ───── Pin 2 └──────── GND[Switch A] ───── Pin 3 └──────── GND[Switch S] ───── Pin 4 └──────── GND[Switch D] ───── Pin 5 └──────── GND Code: #include <Keyboard.h>const int wPin = 2;const int aPin = 3;const int sPin = 4;const int dPin = 5;void setup() { pinMode(wPin, INPUT_PULLUP); pinMode(aPin, INPUT_PULLUP); pinMode(sPin, INPUT_PULLUP); pinMode(dPin, INPUT_PULLUP); Keyboard.begin();}void loop() { // W if (!digitalRead(wPin)) Keyboard.press(&#39;w&#39;); else Keyboard.release(&#39;w&#39;); // A if (!digitalRead(aPin)) Keyboard.press(&#39;a&#39;); else Keyboard.release(&#39;a&#39;); // S if (!digitalRead(sPin)) Keyboard.press(&#39;s&#39;); else Keyboard.release(&#39;s&#39;); // D if (!digitalRead(dPin)) Keyboard.press(&#39;d&#39;); else Keyboard.release(&#39;d&#39;);}
Category
Electronics
Source
MakerWorld
Published
Updated
What you need to print this: Beginner Low confidence
Single piece
Supports 1/3
Assembly 0/3
Settings 1/3
Bed size 0/3
Post-process 0/3
Printer
FDM / FFF
File format
STL
Material
Software
Cura, PrusaSlicer, or similar
No ratings yet
No comments yet – be the first!

Similar Models

6 Suggestions
Feed Blog Slicer Cost Calculator Image Search Submit Kontakt Discord ☕ Buy me a coffee
DE EN FR ES IT NL

Add to Collection