tinkrmind / latexKeyboard

A customisable keyboard for typing symbols into Latex.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latex_Keyboard

Creative Commons Sharealike 4.0

Author: Amitabh Shrivastava tinkrmind@gmail.com

Arduino leonardo based latex keyboard to make typing easier.

I used soft touch keyboard like this one. The Circuit is pretty simple, with the foure wires corresponding to rows of the keyboard connected to arduino leonardo pins 4, 5, 6, 7 and the four pins corresponding to coloumns connected to pins 8, 9, 10, 11. There is no other conenctions/components needed. The code is compatible with arduino micro as well.

More info on Keyboard library here. Info on supported key modifiers etc here

Circuit

About

A customisable keyboard for typing symbols into Latex.


Languages

Language:C++ 100.0%