d267ee2ada 
								
							
								 
							
						 
						
							
							
								
								Fix LUFA blocking during startup  
							
							... 
							
							
 
							
							- Blocking occurs if built without option INTERRUPT_CONTROL_ENDPOINT 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								7d692c492c 
								
							
								 
							
						 
						
							
							
								
								Fix USB initilaize on LUFA  
							
							... 
							
							
 
							
							- Add print messages of USB intialize procesure.
- call out sei() in earlier stage. LUFA API doc of USB_Init() says:
interrupts must be enabled within 500ms ... to ensure that the host does
not time out whilst enumerating the device
- remove matrix_init() from suspend_wakeup_init(). It is not needed in
  fact and if matrix_init() takes long time to initialize it prevents
host emnumerating the device. 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								6ccea742de 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'm0110_next'  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								b2c7529ec9 
								
							
								 
							
						 
						
							
							
								
								Fix to bootmagic key configurable  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								6cf6ddceb1 
								
							
								 
							
						 
						
							
							
								
								Fix README of M0110  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								7e122279c5 
								
							
								 
							
						 
						
							
							
								
								Change keymap and enable bootmagic of M0110  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								febdf10602 
								
							
								 
							
						 
						
							
							
								
								Remove procedures not neeed from init of M0110  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								22315fcdf9 
								
							
								 
							
						 
						
							
							
								
								Change m0110 pin configuration: swap D0 and D1  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								58ca7b904b 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'tapping_fix60'  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								9f29fa6bf3 
								
							
								 
							
						 
						
							
							
								
								Fix version info command  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								0ca415004a 
								
							
								 
							
						 
						
							
							
								
								Fix bootloader jump use word address  
							
							... 
							
							
 
							
							- Call of function pointer is compiled into 'icall' instruction.
It should use word address but it has used byte address :( It seems
jump has worked luckily by chance until now. why it worked? 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								4d0b3aace0 
								
							
								 
							
						 
						
							
							
								
								Fix Tapping: release of a key pressed before tap  
							
							... 
							
							
 
							
							- immediately process release event of a key pressed before tapping 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								c7faa51ee8 
								
							
								 
							
						 
						
							
							
								
								Fix action macros  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								da24259632 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'keymap_section'  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								259c4a040a 
								
							
								 
							
						 
						
							
							
								
								Add build option KEYMAP_SECTION for keymap editor  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								8bc96ac571 
								
							
								 
							
						 
						
							
							
								
								Add version string  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								f7395268c0 
								
							
								 
							
						 
						
							
							
								
								Add ld script for keymap section  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								b6677f10e3 
								
							
								 
							
						 
						
							
							
								
								Add files for onekey(issue  #56 )  
							
							... 
							
							
 
							
							- https://github.com/tmk/tmk_keyboard/issues/56  
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								60103a12b2 
								
							
								 
							
						 
						
							
							
								
								Change Makefile and port setting  
							
							... 
							
							
 
							
							- Makefile use LUFA now
- Change MCU ports PF{0,1} to PD{0,1}
- Add build option for keymap to Makefile: make keymap=hasu 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								c274cc8cdc 
								
							
								 
							
						 
						
							
							
								
								Fix tapping count over flow(issue  #52 )  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								893ff0a799 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'lufa_nkro'  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								e7c2af78b7 
								
							
								 
							
						 
						
							
							
								
								Change README Makefile and config.h in hhkb  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								daa4a4235f 
								
							
								 
							
						 
						
							
							
								
								Add NKRO support for LUFA  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								c7d309e34b 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'bootmagic_salt'(Fix issue  #41 )  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								05225dd9d8 
								
							
								 
							
						 
						
							
							
								
								Add bootmagic salt key to avoid accidental configuration  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								7e5081b5a8 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'lockkey_fix'(Fix issue  #46 )  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								2721022078 
								
							
								 
							
						 
						
							
							
								
								Add mechanical locking switch support for NumLock and ScrollLock  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								5b425731c5 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'macro_mediakey'(Fix issue  #42 )  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								6aaa6e0ef9 
								
							
								 
							
						 
						
							
							
								
								Add support for macro media/system keys  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								25aec56c08 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'bob_fix'  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								3e023e5b0c 
								
							
								 
							
						 
						
							
							
								
								Cancel tapping when interrupted by other key  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								f8fbecff4d 
								
							
								 
							
						 
						
							
							
								
								Change name ACT_LAYER_TAP1 to ACT_LAYER_TAP_EXT  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								86623f5724 
								
							
								 
							
						 
						
							
							
								
								Add compile conditional for assembler(xprintf)  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								f4c69652c1 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'hhkb_tmk'  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								d2ea9e80a0 
								
							
								 
							
						 
						
							
							
								
								Fix README and doc  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								9d7278682e 
								
							
								 
							
						 
						
							
							
								
								Add Caps Lock LED on PD6  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								0e37dd2ec5 
								
							
								 
							
						 
						
							
							
								
								Add power control of keyswitch board and tweak scan wait  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								292dbd51cc 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #44  from Wraul/phantom_fix  
							
							... 
							
							
 
							
							Correcting Phantom mistakes 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								eef6aa58b7 
								
							
								 
							
						 
						
							
							
								
								Correction to Phantom readme markdown.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								a21359a098 
								
							
								 
							
						 
						
							
							
								
								Fix Phantom scroll lock LED.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								8848d0188f 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #40  from yeeeargh/hid_liber-standard-layouts  
							
							... 
							
							
 
							
							Added standard layouts for ANSI and ISO to hid_liber 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								e0cb9cf30b 
								
							
								 
							
						 
						
							
							
								
								Added standard layouts for ANSI and ISO. Moved the initial layout from alaricljs to a seperate layout file. If no layout gets defined ANSI is used as a default.  
							
							... 
							
							
 
							
							Added a README.md with links to the deskthority wikipages for this project and some build instructions. 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								d965822857 
								
							
								 
							
						 
						
							
							
								
								Tweak tap timing for slow tap on space bar  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								e9796ff462 
								
							
								 
							
						 
						
							
							
								
								Add Makefile for tmk board and tweak scan wait  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								681e019450 
								
							
								 
							
						 
						
							
							
								
								Fix debouncing bug in hid_liber(Issue  #26 )  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								5a0415749d 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'Wraul-kmac'  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								25ad212c4a 
								
							
								 
							
						 
						
							
							
								
								Add BACKLIGHT_ENABLE conditional  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								82aec46722 
								
							
								 
							
						 
						
							
							
								
								Fix typo  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								43e5ca60af 
								
							
								 
							
						 
						
							
							
								
								Initial implementation for the KMAC  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								1eb8523e95 
								
							
								 
							
						 
						
							
							
								
								Add support for backlight  
							
							
 
							
						 
						
							13 years ago