Keyboard firmwares for Atmel AVR and Cortex-M
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
tmk 3b31337cd8 perform nomal keyboard behavior. It works now!!! 13 anos atrás
.gitignore change file name. 13 anos atrás
Makefile perform nomal keyboard behavior. It works now!!! 13 anos atrás
README perform nomal keyboard behavior. It works now!!! 13 anos atrás
keymap.c perform nomal keyboard behavior. It works now!!! 13 anos atrás
keymap.h perform nomal keyboard behavior. It works now!!! 13 anos atrás
matrix.c perform nomal keyboard behavior. It works now!!! 13 anos atrás
matrix.h perform nomal keyboard behavior. It works now!!! 13 anos atrás
mykey.c perform nomal keyboard behavior. It works now!!! 13 anos atrás
print.c perform nomal keyboard behavior. It works now!!! 13 anos atrás
print.h perform nomal keyboard behavior. It works now!!! 13 anos atrás
usb_keyboard_debug.c add initial files from teensy's usb_keyboard_debug. 13 anos atrás
usb_keyboard_debug.h add initial files from teensy's usb_keyboard_debug. 13 anos atrás
usbkeycodes.h matrix scan & default keymap 13 anos atrás

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
keymap layer
key combination switch
toggle siwtch
HHKB like cursor etc.
setting menu(wizard)
debug console
keymap setting
matrix display
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