From 54b5bafaacf0d7863b7bdb84dd69cbc80db77956 Mon Sep 17 00:00:00 2001 From: tmk Date: Thu, 14 Oct 2010 17:36:00 +0900 Subject: add directories for each keyboard: hhkb, macway --- README | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) (limited to 'README') diff --git a/README b/README index 1dc82ae22..c06c6cba3 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 (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 -- cgit v1.2.3-24-g4f1b