[Keyboard] Add BAMFK-1 (#16409)
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
		
							parent
							
								
									6a6a333c75
								
							
						
					
					
						commit
						a12d58c6c9
					
				
					 12 changed files with 368 additions and 0 deletions
				
			
		
							
								
								
									
										14
									
								
								keyboards/keebio/bamfk1/bamfk1.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								keyboards/keebio/bamfk1/bamfk1.h
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,14 @@
 | 
			
		|||
// Copyright 2021 Danny Nguyen (@nooges)
 | 
			
		||||
// SPDX-License-Identifier: GPL-2.0-or-later
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include "quantum.h"
 | 
			
		||||
 | 
			
		||||
#define LAYOUT( \
 | 
			
		||||
    k00, e01, e02, \
 | 
			
		||||
    e01a, e01b, e02a, e02b \
 | 
			
		||||
) { \
 | 
			
		||||
    { k00, e01, e02, KC_NO }, \
 | 
			
		||||
    { e01a, e01b, e02a, e02b }  \
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue