]> git.gir.st - tmk_keyboard.git/blob - README
divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug.
[tmk_keyboard.git] / README
1 Keyboard Firmware
2 =================
3 2010/08/23 noname
4
5
6 VERSION
7 -------
8 0.1 2010/08/23
9 implemented for macway modified.
10 It works as normal keyboard now.
11
12
13 TODO
14 ----
15 modulization
16 clean source
17 debouncing
18 will be coded when bouncing occurs.
19 bouncing doesnt occur on my alps switch so far.
20 scan rate is too slow?(to be measure)
21 anti-ghost
22 2010/09/13 done
23 sleep&wakeup
24 boot keyboard support
25 mouse key
26 keymap layer
27 2010/09/16 simple layer(HHKB/vi cursor)
28 key combination switch
29 toggle siwtch
30 setting menu(wizard)
31 debug console
32 keymap setting
33 matrix display
34 PS/2 keyboard mode
35 HHKB support
36 Trackpoint(PS/2) support
37 Thinkpad keyboard support
38
39
40 target board
41 ------------
42 Teensy 2.0
43 http://www.pjrc.com/teensy
44
45
46 projects based on/related to
47 ----------------------------
48 PJRC USB Keyboard Example
49 http://www.pjrc.com/teensy/usb_keyboard.html
50 kbupgrade
51 http://github.com/rhomann/kbupgrade
52 http://geekhack.org/showwiki.php?title=Island:8406
53 c64key
54 http://symlink.dk/projects/c64key/
55 rump
56 http://mg8.org/rump/
57 http://github.com/clee/rump
58 dulcimer
59 http://www.schatenseite.de/dulcimer.html
60 humblehacker-keyboard
61 http://github.com/humblehacker
62 http://www.humblehacker.com/keyboard/
63 http://geekhack.org/showwiki.php?title=Island:6292
64 ps2avr
65 http://sourceforge.net/projects/ps2avr/
66
67
68 EOF
Imprint / Impressum