dtvwiki

http://pelrun.github.io/dtvwiki

This project is maintained by pelrun

About

Shadowolf’s keyboard twister is an ATtiny45-based hardware solution to fix some issues in the DTV’s keyboard emulation as well as mapping german keyboard layout.

Features

TODO:

Contact

Download

Source code and binaries

Hardware

KeyboardTwister.png

Programming an ATtiny45 with AVRDUDE:
avrdude -p t45 -U flash:w:scancon.hex:i -U lfuse:w:0xE2:m

OSX with AVR-USB500 SMD:
avrdude -c stk500v2 -P /dev/tty.usbserial-A20008Du -p ATtiny45 -U flash:w:keyboardtwister.hex:i -U lfuse:w:0xE2:m

There have been reports of Keyboard Twister behaving weird because of the two 5k1 resistors. Better leave them away - in circuit programming of the ATtiny can still be done (detach keyboard for programming then).