Sin descripción

tmk 82309deefc add anti-ghost logic hace 15 años
.gitignore 20711b59e7 change file name. hace 15 años
Makefile 3b31337cd8 perform nomal keyboard behavior. It works now!!! hace 15 años
README 82309deefc add anti-ghost logic hace 15 años
keymap.c 3b31337cd8 perform nomal keyboard behavior. It works now!!! hace 15 años
keymap.h 3b31337cd8 perform nomal keyboard behavior. It works now!!! hace 15 años
matrix.c 82309deefc add anti-ghost logic hace 15 años
matrix.h 82309deefc add anti-ghost logic hace 15 años
mykey.c 82309deefc add anti-ghost logic hace 15 años
print.c 3b31337cd8 perform nomal keyboard behavior. It works now!!! hace 15 años
print.h 3b31337cd8 perform nomal keyboard behavior. It works now!!! hace 15 años
usb_keyboard_debug.c ac3134ffeb add initial files from teensy's usb_keyboard_debug. hace 15 años
usb_keyboard_debug.h ac3134ffeb add initial files from teensy's usb_keyboard_debug. hace 15 años
usbkeycodes.h 8cfb3712d5 matrix scan & default keymap hace 15 años

README

Keyboard Firmware
=================
2010/08/23 noname


VERSION
-------
0.1 2010/08/23
implemented for macway modified.
It works as normal keyboard now.


TODO
----
modulization
clean source
debouncing
anti-ghost
sleep&wakeup
boot keyboard support
mouse key
keymap layer
key combination switch
toggle siwtch
HHKB like cursor etc.
setting menu(wizard)
debug console
keymap setting
matrix display
PS/2 keyboard mode
HHKB support
Trackpoint(PS/2) support
Thinkpad keyboard support


target board
------------
Teensy 2.0
http://www.pjrc.com/teensy


projects based on/related to
----------------------------
PJRC USB Keyboard Example
http://www.pjrc.com/teensy/usb_keyboard.html
kbupgrade
http://github.com/rhomann/kbupgrade
http://geekhack.org/showwiki.php?title=Island:8406
c64key
http://symlink.dk/projects/c64key/
rump
http://mg8.org/rump/
http://github.com/clee/rump
dulcimer
http://www.schatenseite.de/dulcimer.html
humblehacker-keyboard
http://github.com/humblehacker
http://www.humblehacker.com/keyboard/
http://geekhack.org/showwiki.php?title=Island:6292
ps2avr
http://sourceforge.net/projects/ps2avr/


EOF