├── Digikeyboard-patch ├── DigiKeyboard.h └── scancode-ascii-table.h ├── README.md ├── bin_keyboard └── bin_keyboard.ino ├── case ├── binary_keyboard.scad ├── body.stl └── top.stl └── tinyDev ├── board2.brd ├── board2.sch └── gerbers.zip /Digikeyboard-patch/DigiKeyboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duckythescientist/BinaryKeyboard/HEAD/Digikeyboard-patch/DigiKeyboard.h -------------------------------------------------------------------------------- /Digikeyboard-patch/scancode-ascii-table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duckythescientist/BinaryKeyboard/HEAD/Digikeyboard-patch/scancode-ascii-table.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duckythescientist/BinaryKeyboard/HEAD/README.md -------------------------------------------------------------------------------- /bin_keyboard/bin_keyboard.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duckythescientist/BinaryKeyboard/HEAD/bin_keyboard/bin_keyboard.ino -------------------------------------------------------------------------------- /case/binary_keyboard.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duckythescientist/BinaryKeyboard/HEAD/case/binary_keyboard.scad -------------------------------------------------------------------------------- /case/body.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duckythescientist/BinaryKeyboard/HEAD/case/body.stl -------------------------------------------------------------------------------- /case/top.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duckythescientist/BinaryKeyboard/HEAD/case/top.stl -------------------------------------------------------------------------------- /tinyDev/board2.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duckythescientist/BinaryKeyboard/HEAD/tinyDev/board2.brd -------------------------------------------------------------------------------- /tinyDev/board2.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duckythescientist/BinaryKeyboard/HEAD/tinyDev/board2.sch -------------------------------------------------------------------------------- /tinyDev/gerbers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duckythescientist/BinaryKeyboard/HEAD/tinyDev/gerbers.zip --------------------------------------------------------------------------------