You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
d3b1af9572 | 14 years ago | |
---|---|---|
.gitignore | 14 years ago | |
Makefile | 14 years ago | |
README | 14 years ago | |
jump_bootloader.c | 14 years ago | |
jump_bootloader.h | 14 years ago | |
keymap.c | 14 years ago | |
keymap.h | 14 years ago | |
matrix.c | 14 years ago | |
matrix.h | 14 years ago | |
mykey.c | 14 years ago | |
print.c | 14 years ago | |
print.h | 14 years ago | |
usb.c | 14 years ago | |
usb.h | 14 years ago | |
usb_debug.c | 14 years ago | |
usb_debug.h | 14 years ago | |
usb_keyboard.c | 14 years ago | |
usb_keyboard.h | 14 years ago | |
usb_keycodes.h | 14 years ago | |
usb_mouse.c | 14 years ago | |
usb_mouse.h | 14 years ago |
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 will be coded when bouncing occurs. bouncing doesnt occur on my alps switch so far. scan rate is too slow?(to be measure) anti-ghost 2010/09/13 done sleep&wakeup boot keyboard support mouse key keymap layer 2010/09/16 simple layer(HHKB/vi cursor) key combination switch toggle siwtch 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