Keyboard firmwares for Atmel AVR and Cortex-M
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tmk e7c6839d2d some fixes. LED flush for debug. пре 13 година
.gitignore change file name. пре 13 година
Makefile add jump_bootloader. пре 13 година
README simple keymap layers. пре 13 година
jump_bootloader.c some fixes. LED flush for debug. пре 13 година
jump_bootloader.h add jump_bootloader. пре 13 година
keymap.c some fixes. LED flush for debug. пре 13 година
keymap.h some fixes. LED flush for debug. пре 13 година
matrix.c some fixes. LED flush for debug. пре 13 година
matrix.h add anti-ghost logic пре 13 година
mykey.c some fixes. LED flush for debug. пре 13 година
print.c perform nomal keyboard behavior. It works now!!! пре 13 година
print.h divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug. пре 13 година
usb_debug.c divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug. пре 13 година
usb_debug.h divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug. пре 13 година
usb_device.c ver 0.2 пре 13 година
usb_device.h divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug. пре 13 година
usb_keyboard.c divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug. пре 13 година
usb_keyboard.h add jump_bootloader. пре 13 година
usbkeycodes.h simple keymap layers. пре 13 година

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