بدون توضیح

tmk e7c6839d2d some fixes. LED flush for debug. 15 سال پیش
.gitignore 20711b59e7 change file name. 15 سال پیش
Makefile 1de02c1f15 add jump_bootloader. 15 سال پیش
README f777960c72 simple keymap layers. 15 سال پیش
jump_bootloader.c e7c6839d2d some fixes. LED flush for debug. 15 سال پیش
jump_bootloader.h 1de02c1f15 add jump_bootloader. 15 سال پیش
keymap.c e7c6839d2d some fixes. LED flush for debug. 15 سال پیش
keymap.h e7c6839d2d some fixes. LED flush for debug. 15 سال پیش
matrix.c e7c6839d2d some fixes. LED flush for debug. 15 سال پیش
matrix.h 82309deefc add anti-ghost logic 15 سال پیش
mykey.c e7c6839d2d some fixes. LED flush for debug. 15 سال پیش
print.c 3b31337cd8 perform nomal keyboard behavior. It works now!!! 15 سال پیش
print.h 7fd9003f59 divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug. 15 سال پیش
usb_debug.c 7fd9003f59 divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug. 15 سال پیش
usb_debug.h 7fd9003f59 divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug. 15 سال پیش
usb_device.c 1bcebc2848 ver 0.2 15 سال پیش
usb_device.h 7fd9003f59 divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug. 15 سال پیش
usb_keyboard.c 7fd9003f59 divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug. 15 سال پیش
usb_keyboard.h 1de02c1f15 add jump_bootloader. 15 سال پیش
usbkeycodes.h f777960c72 simple keymap layers. 15 سال پیش

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