You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					24 lines
				
				334 B
			
		
		
			
		
	
	
					24 lines
				
				334 B
			| 
								 
											8 years ago
										 
									 | 
							
								#ifndef REV1_H
							 | 
						||
| 
								 | 
							
								#define REV1_H
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#include "../launchpad.h"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								//void promicro_bootloader_jmp(bool program);
							 | 
						||
| 
								 | 
							
								#include "quantum.h"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								//void promicro_bootloader_jmp(bool program);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define LAYOUT( \
							 | 
						||
| 
								 | 
							
									K00, K01, \
							 | 
						||
| 
								 | 
							
									K10, K11, \
							 | 
						||
| 
								 | 
							
									K20, K21, \
							 | 
						||
| 
								 | 
							
									K30, K31  \
							 | 
						||
| 
								 | 
							
									) \
							 | 
						||
| 
								 | 
							
									{ \
							 | 
						||
| 
								 | 
							
										{ K00, K01 }, \
							 | 
						||
| 
								 | 
							
										{ K10, K11 }, \
							 | 
						||
| 
								 | 
							
										{ K20, K21 }, \
							 | 
						||
| 
								 | 
							
										{ K30, K31 } \
							 | 
						||
| 
								 | 
							
									}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#endif
							 |