Keyboard firmwares for Atmel AVR and Cortex-M
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
tmk 4be6458be7 change pins of matrix rows. (teensy is installed inside of keyboard case.) pirms 13 gadiem
.gitignore add mouse function. pirms 13 gadiem
Makefile version 1.0. pirms 13 gadiem
README add github URL in README. pirms 13 gadiem
jump_bootloader.c some fixes. LED flush for debug. pirms 13 gadiem
jump_bootloader.h add jump_bootloader. pirms 13 gadiem
keymap.c version 1.0. pirms 13 gadiem
keymap.h add mouse function. pirms 13 gadiem
matrix.c change pins of matrix rows. (teensy is installed inside of keyboard case.) pirms 13 gadiem
matrix.h add mouse function. pirms 13 gadiem
mouse_report.txt add mouse wheel function. pirms 13 gadiem
print.c add mouse function. pirms 13 gadiem
print.h add mouse function. pirms 13 gadiem
tmk.c version 1.0. pirms 13 gadiem
usb.c add mouse wheel function. pirms 13 gadiem
usb.h add mouse wheel function. pirms 13 gadiem
usb_debug.c divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug. pirms 13 gadiem
usb_debug.h add mouse function. pirms 13 gadiem
usb_keyboard.c divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug. pirms 13 gadiem
usb_keyboard.h add mouse function. pirms 13 gadiem
usb_keycodes.h version 1.0. pirms 13 gadiem
usb_mouse.c add mouse wheel function. pirms 13 gadiem
usb_mouse.h add mouse wheel function. pirms 13 gadiem

README

t.m.k. Keyboard Firmware
========================
http://github.com/tmk/tmk_keyboard

This is keyboard firmware for PFU HHKB style keyboard and teensy 2.0.
OS see this as composite device which has keyboard and mouse.

The project is heavily based on PJRC USB Keyboard/Mouse Example and
owes a debt to preceding keyboard firmware projects.


VERSION
-------
0.1 2010/08/23
It works as normal keyboard.
It is for modified Macway keyboard(TP-999KB-E).

1.0 2010/10/02
keyboard has mouse key now.
keyboard with layers.(see keymap.c)
FN_1(right cmd):
vi style layer
FN_2(next to right shift):
HHKB style layer
FN_3(left bottom):
h j k l: mouse move
a s d spc: mouse buttons
m ,: mouse wheel


target board
------------
Teensy 2.0
http://www.pjrc.com/teensy


projects related
----------------
PJRC USB Keyboard/Mouse Example
http://www.pjrc.com/teensy/usb_keyboard.html
http://www.pjrc.com/teensy/usb_mouse.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/


TODO
----
licensing notes(GPL)
I think GPL is not infringement of PJRC license.
souce code cleaning
sleep&wakeup
debouncing
will be coded when bouncing occurs.
bouncing doesnt occur on my ALPS switch so far.
scan rate is too slow?(to be measure)
setting menu(wizard)
debug console
keymap setting
matrix display
PS/2 keyboard mode
support for HHKB pro matrix signal
Trackpoint(PS/2) support
Thinkpad keyboard support
mouse horizontal wheel


EOF