Nikolaus Wittenstein 
								
							 
						 
						
							
							
							
							
								
							
							
								8cbf61c919 
								
							 
						 
						
							
							
								
								Add new DIODE_DIRECTION option  
							
							... 
							
							
							
							The previous two options were COL2ROW, ROW2COL; this adds CUSTOM_MATRIX
to disable the built-in matrix scanning code.
Most notably, this obviates the need to set MATRIX_ROW_PINS or
MATRIX_COL_PINS. 
							
						 
						
							2017-02-05 19:47:33 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fred Sundvik 
								
							 
						 
						
							
							
							
							
								
							
							
								dd685eceb2 
								
							 
						 
						
							
							
								
								API Sysex fixes  
							
							... 
							
							
							
							Fix memory leaks by using stack instead of malloc
Reduce memory usage by having less temporary bufffers
Remove warnings by adding includes
Decrease code size by 608 bytes (mostly due to not linking malloc)
More robust handling of buffer overflows 
							
						 
						
							2016-12-29 12:13:30 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Humbert 
								
							 
						 
						
							
							
							
							
								
							
							
								6e0f994950 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7  
							
							
							
						 
						
							2016-11-28 23:51:07 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Priyadi Iman Nurcahyo 
								
							 
						 
						
							
							
							
							
								
							
							
								f2214ce1cb 
								
							 
						 
						
							
							
								
								remove define checks. didn't work because of include ordering.  
							
							
							
						 
						
							2016-11-26 15:57:48 +07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Priyadi Iman Nurcahyo 
								
							 
						 
						
							
							
							
							
								
							
							
								d9d67e7b76 
								
							 
						 
						
							
							
								
								add macro error when a required define is missing  
							
							
							
						 
						
							2016-11-26 15:26:02 +07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Priyadi Iman Nurcahyo 
								
							 
						 
						
							
							
							
							
								
							
							
								17acde94ee 
								
							 
						 
						
							
							
								
								Fix unterminated ifndef  
							
							
							
						 
						
							2016-11-26 14:02:38 +07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Priyadi Iman Nurcahyo 
								
							 
						 
						
							
							
							
							
								
							
							
								de1df63953 
								
							 
						 
						
							
							
								
								PS2 pins configuration belongs to each keyboards config.h  
							
							... 
							
							
							
							Each keyboard might have different pin configuration. And keeping this
here will trigger redefinition warning on keyboards that have PS2
defines. 
							
						 
						
							2016-11-26 13:55:41 +07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									ofples 
								
							 
						 
						
							
							
							
							
								
							
							
								0c9d66eb59 
								
							 
						 
						
							
							
								
								Removed comment  
							
							
							
						 
						
							2016-11-25 09:20:41 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									ofples 
								
							 
						 
						
							
							
							
							
								
							
							
								03d6e165bb 
								
							 
						 
						
							
							
								
								Added missing endif for ifdef __AVR_ATmega32U4__ and removed the unnecessary one at the end of the file  
							
							
							
						 
						
							2016-11-25 09:17:40 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Humbert 
								
							 
						 
						
							
							
							
							
								
							
							
								6390033e86 
								
							 
						 
						
							
							
								
								cleaning up midid  
							
							
							
						 
						
							2016-11-21 20:14:16 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									IBNobody 
								
							 
						 
						
							
							
							
							
								
							
							
								936a26d04f 
								
							 
						 
						
							
							
								
								Added pin support for A0-A7  
							
							... 
							
							
							
							Vision Division - It works! 
							
						 
						
							2016-08-25 00:15:41 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									IBNobody 
								
							 
						 
						
							
							
							
							
								
							
							
								705c775a4a 
								
							 
						 
						
							
							
								
								Nightly  
							
							... 
							
							
							
							Only major change to qmk was the addition of A0-A7 pins for the AT90USB 
							
						 
						
							2016-08-21 22:05:55 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Humbert 
								
							 
						 
						
							
							
							
							
								
							
							
								13bb6b4b7f 
								
							 
						 
						
							
							
								
								Backlight abstraction and other changes ( #439 )  
							
							... 
							
							
							
							* redoes matrix pins, abstracts backlight code for B5,6,7
* slimming down keyboard stuff, backlight breathing implemented
* don't call backlight init when no pin
* cleans up user/kb/quantum calls, keyboard files
* fix pvc atomic
* replaces CHANNEL with correct var in breathing
* removes .hexs, updates readmes, updates template
* cleans-up clueboards, readmes to lowercase
* updates readme 
							
						 
						
							2016-06-23 22:18:20 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Eric Tang 
								
							 
						 
						
							
							
							
							
								
							
							
								aaa758f1d3 
								
							 
						 
						
							
							
								
								Optimize matrix scanning ( #343 )  
							
							
							
						 
						
							2016-05-23 23:42:21 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jack Humbert 
								
							 
						 
						
							
							
							
							
								
							
							
								35a81f5b8b 
								
							 
						 
						
							
							
								
								added ergodox  
							
							
							
						 
						
							2015-10-26 16:32:37 -04:00