 f4ff225c00
			
		
	
	
		f4ff225c00
		
			
		
	
	
	
	
		
			
			ANAVI Macro Pad 8 is an open source mini mechanical keyboard with 8 keys, backlit, addressable RGB WS2812B LED strip on the back and mini OLED display. Powered by ATmega 32U4 microcontroller and with microUSB connector. Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Joel Challis <git@zvecr.com> Signed-off-by: Leon Anavi <leon@anavi.org>
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			185 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			185 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #include "quantum.h"
 | |
| 
 | |
| #define LAYOUT_ortho_2x4( \
 | |
|     k01, k02, k03, k04, \
 | |
|     k05, k06, k07, k08  \
 | |
|   ) { \
 | |
|     { k01, k02, k03, k04 }, \
 | |
|     { k05, k06, k07, k08 } \
 | |
| }
 |