mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-30 21:02:32 +01:00 
			
		
		
		
	 753f57ee00
			
		
	
	
		753f57ee00
		
	
	
	
	
		
			
			* handwired/nicekey: refactor Now uses a layout macro. * handwired/nicekey: readme cleanup - linked maintainer's GitHub account - updated Docs links
		
			
				
	
	
		
			13 lines
		
	
	
		
			120 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			120 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef NICEKEY_H
 | |
| #define NICEKEY_H
 | |
| 
 | |
| #include "quantum.h"
 | |
| 
 | |
| #define LAYOUT( \
 | |
|     k00 \
 | |
|   ) { \
 | |
|     { k00 }  \
 | |
| }
 | |
| 
 | |
| #endif
 |