tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							a96085faf6 
							
						 
					 
					
						
						
							
							added note about external pull resistor on DATA line.  
						
						
						
						
					 
					
						2011-02-13 23:02:08 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							5bc29b50ef 
							
						 
					 
					
						
						
							
							fixed mousekey delay to do double/triple click easily.  
						
						
						
						
					 
					
						2011-01-25 01:01:13 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							23c686ad46 
							
						 
					 
					
						
						
							
							Exceptional handling for PS/2 scan code set 2  
						
						... 
						
						
						
						changed names which does not comply to C spec.(underscore prefix names) 
						
						
					 
					
						2011-01-25 00:53:49 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							a28a2a6a5e 
							
						 
					 
					
						
						
							
							rewrite code of layer switching  
						
						
						
						
					 
					
						2011-01-23 04:19:17 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							bf1a37ba71 
							
						 
					 
					
						
						
							
							PS/2 to USB keyboard converter  
						
						
						
						
					 
					
						2011-01-23 04:10:35 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							7ad93f7850 
							
						 
					 
					
						
						
							
							added description of ADB socket pintouts.  
						
						
						
						
					 
					
						2011-01-17 00:38:16 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							849b10e921 
							
						 
					 
					
						
						
							
							changed wait time for volume control.  
						
						
						
						
					 
					
						2011-01-17 00:37:36 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							16be834617 
							
						 
					 
					
						
						
							
							changed special mode key for macway: Left Shift + Right Shift  
						
						
						
						
					 
					
						2011-01-17 00:35:24 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							06db39583f 
							
						 
					 
					
						
						
							
							ADB keyboard LEDs support  
						
						
						
						
					 
					
						2011-01-13 22:46:57 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							40c24dc89a 
							
						 
					 
					
						
						
							
							added 'Keymap' section to adb/README.  
						
						
						
						
					 
					
						2011-01-13 17:56:13 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							c5b9f2b02b 
							
						 
					 
					
						
						
							
							change keycodes and define keymap macro for AEK.  
						
						... 
						
						
						
						ADD: keymap macro for Apple Extended Keyboard in adb/keymap.c
FIX: keycodes for Keypad, Fn and Mousekey. 
						
						
					 
					
						2011-01-13 16:39:49 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							56e098d76e 
							
						 
					 
					
						
						
							
							ADB to USB keyboard converter  
						
						
						
						
					 
					
						2011-01-13 01:51:59 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							1f5cd6d7dc 
							
						 
					 
					
						
						
							
							FIX: error handling in ps2.c  
						
						
						
						
					 
					
						2011-01-11 21:30:35 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							035b286b24 
							
						 
					 
					
						
						
							
							added a file TODO.  
						
						
						
						
					 
					
						2011-01-06 19:07:35 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							3e56e80c7d 
							
						 
					 
					
						
						
							
							changed signature of keymap_fn_layer() in keymap_skel.h.  
						
						... 
						
						
						
						FIX: name of mousekey macros usb_keycodes.h. 
						
						
					 
					
						2011-01-06 15:37:14 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							fd49c69d1a 
							
						 
					 
					
						
						
							
							added config option: MATRIX_HAS_GHOST and fixed some on matrix.c  
						
						... 
						
						
						
						ADD: Build option: MATRIX_HAS_GHOST to enable ghost blocking logic.
FIX: choose matrix buffer type(uint8_t/uint16_t) automatically
     depending on column size in matrix.c.
FIX: use uint8_t insted of int in matrix.c. 
						
						
					 
					
						2011-01-06 15:33:08 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							590235d4bc 
							
						 
					 
					
						
						
							
							add "Build your own firmware" and "Features" section to README.  
						
						
						
						
					 
					
						2011-01-06 15:11:37 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							6b0c939d72 
							
						 
					 
					
						
						
							
							add a build option: USB_EXTRA_ENABLE  
						
						
						
						
					 
					
						2011-01-05 00:19:43 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							7272c65d3d 
							
						 
					 
					
						
						
							
							add error handling to ps2_mouse  
						
						
						
						
					 
					
						2011-01-04 20:30:23 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							2a562a4191 
							
						 
					 
					
						
						
							
							Add PS/2 mouse support to connect TrackPoint Unit.  
						
						... 
						
						
						
						Change build options:  Makefile and config.h. See README. 
						
						
					 
					
						2011-01-02 23:52:13 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							1ed336a064 
							
						 
					 
					
						
						
							
							change keyboard report descriptor for NKRO.  
						
						... 
						
						
						
						It uses 1byte for modifiers and 15bytes(120bits) for keys now. 
						
						
					 
					
						2010-12-11 23:20:49 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							51f17f0231 
							
						 
					 
					
						
						
							
							add build option: NKRO_ENABLE(remove: USB_12KRO)  
						
						
						
						
					 
					
						2010-12-08 01:57:55 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							66ece29b0e 
							
						 
					 
					
						
						
							
							tuning layer switch timing.  
						
						
						
						
					 
					
						2010-11-26 15:29:02 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							37ced39ae2 
							
						 
					 
					
						
						
							
							add build option USB_12KRO.  
						
						
						
						
					 
					
						2010-11-26 01:56:21 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							d6da554687 
							
						 
					 
					
						
						
							
							support 12KRO  
						
						
						
						
					 
					
						2010-11-24 22:17:35 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							9019c901dd 
							
						 
					 
					
						
						
							
							add system controls(power down/wake up) from generic desktop page(HID)  
						
						
						
						
					 
					
						2010-11-18 22:35:49 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							02d955e9fe 
							
						 
					 
					
						
						
							
							add audio controls from consumer page(HID)  
						
						
						
						
					 
					
						2010-11-17 16:06:20 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							8240e606d4 
							
						 
					 
					
						
						
							
							change hhkb/keymap  
						
						
						
						
					 
					
						2010-11-16 14:56:06 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							8fc6c265d1 
							
						 
					 
					
						
						
							
							Merge branch 'led'  
						
						
						
						
					 
					
						2010-11-07 20:47:24 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							2ca3ab18a2 
							
						 
					 
					
						
						
							
							output previous key state on TP1684 when scaning  matrix.  
						
						
						
						
					 
					
						2010-11-07 20:45:04 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							74b3e591fc 
							
						 
					 
					
						
						
							
							FIX: LED debug  
						
						
						
						
					 
					
						2010-11-06 02:03:52 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							89feab2301 
							
						 
					 
					
						
						
							
							repeating Fn key: press twice quickly to repeat.  
						
						
						
						
					 
					
						2010-11-04 01:08:24 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							a31b31e717 
							
						 
					 
					
						
						
							
							revise Fn key processing.  
						
						
						
						
					 
					
						2010-11-03 17:33:20 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							45d4a7a898 
							
						 
					 
					
						
						
							
							improve layer switching  
						
						
						
						
					 
					
						2010-10-30 01:16:47 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							6c3b9a2ded 
							
						 
					 
					
						
						
							
							ADD: macway/doc  
						
						... 
						
						
						
						FIX: keymap 
						
						
					 
					
						2010-10-28 15:43:51 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							46545c0380 
							
						 
					 
					
						
						
							
							v2.0: HHKB/Macway support merged  
						
						
						
						
					 
					
						2010-10-27 23:01:37 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							2f80e790c6 
							
						 
					 
					
						
						
							
							new build method for macway  
						
						
						
						
					 
					
						2010-10-27 22:56:01 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							461e0d3d8c 
							
						 
					 
					
						
						
							
							ADD: keymap macro for human to read easier  
						
						... 
						
						
						
						ADD: controller.h for controller board definition(teensy)
ADD: debug toggle 
						
						
					 
					
						2010-10-26 21:32:45 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							7a336b05ec 
							
						 
					 
					
						
						
							
							FIX: include files  
						
						
						
						
					 
					
						2010-10-25 16:56:24 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							c166fb744f 
							
						 
					 
					
						
						
							
							FIX: doc and keymap.  
						
						
						
						
					 
					
						2010-10-25 15:17:40 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							4acc38751e 
							
						 
					 
					
						
						
							
							switch debug on/off by pressing 4 keys on booting time  
						
						
						
						
					 
					
						2010-10-24 03:33:08 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							bf92bdd7fa 
							
						 
					 
					
						
						
							
							add keymap layer: Matias half keyboard style(SPACE) [NOT USED]  
						
						
						
						
					 
					
						2010-10-24 02:01:40 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							06eb50be07 
							
						 
					 
					
						
						
							
							hhkb: refactored  
						
						
						
						
					 
					
						2010-10-24 01:17:26 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							9d7979931e 
							
						 
					 
					
						
						
							
							FIX: clear keyboard_keys.  
						
						... 
						
						
						
						NOT change layer when one more Fn keys pressed/other than Fn key pressed 
						
						
					 
					
						2010-10-19 01:03:27 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							54b5bafaac 
							
						 
					 
					
						
						
							
							add directories for each keyboard: hhkb, macway  
						
						
						
						
					 
					
						2010-10-15 11:09:57 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							82637ded27 
							
						 
					 
					
						
						
							
							add horizontal mouse wheel  
						
						
						
						
					 
					
						2010-10-13 22:45:22 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							34a90769c9 
							
						 
					 
					
						
						
							
							';' for Fn key: send ';' when key realease without using the layer  
						
						
						
						
					 
					
						2010-10-13 22:13:41 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							ba2f31e2cd 
							
						 
					 
					
						
						
							
							change keymap.  
						
						
						
						
					 
					
						2010-10-12 09:28:38 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							c8e1ad8c91 
							
						 
					 
					
						
						
							
							make input ports(PE6,7) *with pullup*.  
						
						
						
						
					 
					
						2010-10-11 23:28:03 +09:00 
						 
				 
			
				
					
						
							
							
								tmk 
							
						 
					 
					
						
						
						
						
							
						
						
							99bba8d949 
							
						 
					 
					
						
						
							
							add HHKB docs and pics.  
						
						
						
						
					 
					
						2010-10-10 22:12:54 +09:00