]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - README
v2.0: HHKB/Macway support merged
[max/tmk_keyboard.git] / README
diff --git a/README b/README
index 74a5014af98643142a4befe6058703b468d7fc46..e5463401a4b9dc1f535aab5da9538fcfade3e8df 100644 (file)
--- a/README
+++ b/README
@@ -36,6 +36,9 @@ Version
         horizontal mouse wheel support
         change keymaps
 
+2.0     2010/10/27
+        HHKB/Macway support merged
+
 
 Build
 -----
@@ -45,6 +48,12 @@ $ cd <target> (hhkb or macway)
 $ make
 
 
+Debuging
+--------
+Debug print is on if 4 keys are pressed during booting. 
+Use PJRC's hid_listen.exe to see debug messages.
+
+
 AVR Target board
 ----------------
 Teensy/Teensy++
@@ -84,7 +93,7 @@ debouncing logic
     will be coded when bouncing occurs.
     bouncing doesnt occur on my ALPS switch so far.
     scan rate is too slow?(to be measure)
-layer switch
+layer switching
     time before switching
     timeout when not used during specific time
 
@@ -93,10 +102,6 @@ Trackpoint(PS/2)
     send USB HID report
 Thinkpad keyboard support
     turn keyboard to USB keyboard/mouse composite device
-mouse horizontal wheel
-    http://www.microchip.com/forums/tm.aspx?high=&m=391435&mpage=1#391521
-    http://www.keil.com/forum/15671/
-    http://www.microsoft.com/whdc/device/input/wheel.mspx
 setting menu(configure without changing firmware)
     console for display
     keymap/layer setting
@@ -116,6 +121,21 @@ keymap
     2010/10/23
 souce code cleaning
     2010/10/23
+debug on/off
+    debug off by default
+    pressing keys during booting
+    2010/10/23
+mouse horizontal wheel
+    http://www.microchip.com/forums/tm.aspx?high=&m=391435&mpage=1#391521
+    http://www.keil.com/forum/15671/
+    http://www.microsoft.com/whdc/device/input/wheel.mspx
+    2010/10/13
+debug on/off
+    Fn key conbination during normal operation
+    matrix print on/off
+    key print on/off
+    mouse print on/off
+    2010/10/26
 
 
 EOF