Git Product home page Git Product logo

ps2keyboardmacro's Introduction

PS2KeyboardMacro

turn a ps2 keyboard into a macro keyboard using Arduino Uno

Requirements: PS2KeyAdvanced Library, https://github.com/techpaul/PS2KeyAdvanced Flip (for Windows), https://www.microchip.com/DevelopmentTools/ProductDetails/PartNO/FLIP Keyboard firmware, http://www.tinkernut.com/demos/arduino_hid/arduino_hid.zip

connect keyboard clock to pin 2 connect keyboard data to pin 3 https://en.wikipedia.org/wiki/PS/2_port

you need to modify ksend function

change usb[2] value to any key you want to send.

see Keytab.h https://github.com/fmented/PS2KeyboardMacro/blob/master/macros/Keytab.h

if you need a modifier key use: usb[0]=CTRL; or usb[0]=ALT;

if you need more than one modifier, use: usb[0]=CTRL+SHIFT;

to send a keystroke use: sendKey(); make sure to use releaseKey(); everytime you send a keystroke otherwise it can causes an error to your PC

note: if keyboard doesn't work properly, please turn numlock or capslock on/off and see if it works Here’s a link to the keycap images, thank to Taran from LTT: https://www.dropbox.com/s/ei97zf83ivaa9i4/taran%20keys%205.png?dl=0

ps2keyboardmacro's People

Contributors

fmented avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.