• Models
  • Contests
  • Slicer
  • Login
  • Start Here
    thingiverse-iconprintables-iconcults3d-iconmakerworld-iconmyminifactory-icon

    3D GO

    3D ModelsContestsCollectionsSaved ModelsOn a mobile device?

3D GO

Privacy Policy
Simple DIY Macro Keyboard [3/4 Key's] 3D Printer File Image 1
Simple DIY Macro Keyboard [3/4 Key's] 3D Printer File Image 2
Simple DIY Macro Keyboard [3/4 Key's] 3D Printer File Thumbnail 1
Simple DIY Macro Keyboard [3/4 Key's] 3D Printer File Thumbnail 2

Simple DIY Macro Keyboard [3/4 Key's]

DIY LAB Austria avatarDIY LAB Austria

December 21, 2021

printables-icon
DescriptionCommentsTags

Description

A very simple 3, or 4 Key Macro Keyboard Design

 

Hardware

  • Cherry MX (like) Keys
  • Arduino Pro Micro

 

Code
It doesn't get any easier really, create a new Arduino file with just this in, edit the Pins and actual Commands, and upload it to the Board, as easy as that you got yourself a simple macro Keyboard!

  

int buttonPin1 = 1;  // Set a button to any pin
int buttonPin2 = 2;  // Set a button to any pin
...

void setup()
{
 pinMode(buttonPin, INPUT);  // Set the button as an input
 digitalWrite(buttonPin, HIGH);  // Pull the button high
}

void loop()
{
 if (digitalRead(buttonPin1) == 0)  // if the button goes low
 {
   Keyboard.write('ü');  // send character '$'
   delay(100);  // delay
 }

 if (digitalRead(buttonPin2) == 0)  // if the button goes low
 {
   Keyboard.write('p');  // send character '$'
   delay(100);  // delay
 }

   if (digitalRead(buttonPin3) == 0)  // if the button goes low
 {
   Keyboard.write('i');  // send character '$'
   delay(100);  // delay
...
}  

License:

GNU General Public License v3.0

Related Models

bakercube preview image

bakercube

iomaa profile image

iomaa

44,445

Book Page Holder V3 preview image

Book Page Holder V3

fifindr profile image

fifindr

3,510

Mini Whistle preview image

Mini Whistle

fifindr profile image

fifindr

3,409

Bottle Opener and Cap GUN! preview image

Bottle Opener and Cap GUN!

3Deddy profile image

3Deddy

43,993

Funnel Tray preview image

Funnel Tray

fifindr profile image

fifindr

3,531

Customizable Spotify Keychain / Tag preview image

Customizable Spotify Keychain / Tag

ewt profile image

ewt

3,018

Mini Tape Gun - Tape Dispenser preview image

Mini Tape Gun - Tape Dispenser

brycelowe profile image

brycelowe

23,760

Drill Paint Mixer preview image

Drill Paint Mixer

fifindr profile image

fifindr

2,458