Christmas tree (#2105)
* Line ending stuff again * Added initial files for Christmas Tree PCB * Updated Readme and info json's, also config. * Cleaned up keymap file, added proper comments for keymap. Removed readme leftover from original copy of planck folder structure.
This commit is contained in:
		
							parent
							
								
									a6e46b99b9
								
							
						
					
					
						commit
						dc7cc26dff
					
				
					 14 changed files with 295 additions and 0 deletions
				
			
		
							
								
								
									
										20
									
								
								keyboards/christmas_tree/christmas_tree.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								keyboards/christmas_tree/christmas_tree.h
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,20 @@
 | 
			
		|||
#ifndef CHRISTMAS_TREE_H
 | 
			
		||||
#define CHRISTMAS_TREE_H
 | 
			
		||||
#include "quantum.h"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#define KEYMAP( \
 | 
			
		||||
	k00, k01, k02, k03, k04, k05 \
 | 
			
		||||
) \
 | 
			
		||||
{ \
 | 
			
		||||
	{ k00 }, \
 | 
			
		||||
	{ k01 }, \
 | 
			
		||||
	{ k02 }, \
 | 
			
		||||
	{ k03 }, \
 | 
			
		||||
	{ k04 }, \
 | 
			
		||||
	{ k05 } \
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue