summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2010-10-14 17:36:00 +0900
committertmk <nobody@nowhere>2010-10-15 11:09:57 +0900
commit54b5bafaacf0d7863b7bdb84dd69cbc80db77956 (patch)
tree38cf278aebedf9c35bf09c418d2b9d09bc611257 /README
parent82637ded2737bfd80a2c1b85c0a9ae0b6fd33bd7 (diff)
add directories for each keyboard: hhkb, macway
Diffstat (limited to 'README')
-rw-r--r--README30
1 files changed, 24 insertions, 6 deletions
diff --git a/README b/README
index 1dc82ae22d..c06c6cba39 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ t.m.k. Keyboard Firmware
========================
http://github.com/tmk/tmk_keyboard
-This is keyboard firmware for PFU HHKB style keyboard and teensy 2.0.
+This is keyboard firmware for PFU HHKB style keyboard and Teensy/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
@@ -31,10 +31,23 @@ Version
Matrix wiring changed for casing.
(and my Teensy PD3 seems to be latchuped and unusable. :<)
+1.2 2010/10/13
+ HHKB support
+ horizontal mouse wheel support
+ change keymaps
-Target board
-------------
-Teensy 2.0
+
+Build
+-----
+Compiling sources need AVR GCC, AVR Libc and GNU make.(You can use WinAVR on Windows.)
+
+$ cd <target> (hhkb or macway)
+$ make
+
+
+AVR Target board
+----------------
+Teensy/Teensy++
http://www.pjrc.com/teensy
@@ -72,8 +85,6 @@ debouncing logic
bouncing doesnt occur on my ALPS switch so far.
scan rate is too slow?(to be measure)
-support for HHKB pro matrix signal
- exchange controller board with teensy
Trackpoint(PS/2)
receive PS/2 signal from TrackPoint
send USB HID report
@@ -90,6 +101,13 @@ setting menu(configure without changing firmware)
matrix display
PS/2 keyboard mode
with USB to PS/2 dumb adapter(possible?)
+AT90USBKEY support
+ and other AVR USB boards
+
+DONE:
+support for HHKB pro matrix signal
+ exchange controller board with teensy
+ 2010/10/11
EOF