Go to file
tmk 82309deefc add anti-ghost logic 2010-09-13 00:18:56 +09:00
.gitignore change file name. 2010-08-10 13:45:28 +09:00
Makefile perform nomal keyboard behavior. It works now!!! 2010-08-23 23:11:14 +09:00
README add anti-ghost logic 2010-09-13 00:18:56 +09:00
keymap.c perform nomal keyboard behavior. It works now!!! 2010-08-23 23:11:14 +09:00
keymap.h perform nomal keyboard behavior. It works now!!! 2010-08-23 23:11:14 +09:00
matrix.c add anti-ghost logic 2010-09-13 00:18:56 +09:00
matrix.h add anti-ghost logic 2010-09-13 00:18:56 +09:00
mykey.c add anti-ghost logic 2010-09-13 00:18:56 +09:00
print.c perform nomal keyboard behavior. It works now!!! 2010-08-23 23:11:14 +09:00
print.h perform nomal keyboard behavior. It works now!!! 2010-08-23 23:11:14 +09:00
usb_keyboard_debug.c add initial files from teensy's usb_keyboard_debug. 2010-08-10 13:34:06 +09:00
usb_keyboard_debug.h add initial files from teensy's usb_keyboard_debug. 2010-08-10 13:34:06 +09:00
usbkeycodes.h matrix scan & default keymap 2010-08-23 00:01:42 +09:00

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