Firmware for Alpha (28-key keyboard) (#2755)
* alpha with firmware added to list of keyboards, ready to push * revised according to drashna's fixes * keymap -> layout? * fixed macro and improved layout issuesOC * Update rules.mk * Update alpha.h * Update and rename keyboards/alpha/layouts/default/28_alpha/keymap.c to keyboards/alpha/keymaps/default/keymap.c * alpha/readme.md added according to qmk templateOC * resolved a careless merge conflict * bugfix
This commit is contained in:
		
							parent
							
								
									503335be25
								
							
						
					
					
						commit
						2a63e21279
					
				
					 6 changed files with 221 additions and 0 deletions
				
			
		
							
								
								
									
										16
									
								
								keyboards/alpha/alpha.h
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										16
									
								
								keyboards/alpha/alpha.h
									
										
									
									
									
										Executable file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,16 @@
 | 
			
		|||
#ifndef KB_H
 | 
			
		||||
#define KB_H
 | 
			
		||||
 | 
			
		||||
#include "quantum.h"
 | 
			
		||||
 | 
			
		||||
#define LAYOUT( \
 | 
			
		||||
	K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, \
 | 
			
		||||
	K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, \
 | 
			
		||||
	K200, K201, K202, K203,       K205,       K207, K208, K209  \
 | 
			
		||||
) { \
 | 
			
		||||
	{ K000,  K001,  K002,  K003,  K004,  K005,  K006,  K007,  K008,  K009 }, \
 | 
			
		||||
	{ K100,  K101,  K102,  K103,  K104,  K105,  K106,  K107,  K108,  K109 }, \
 | 
			
		||||
	{ K200,  K201,  K202,  K203,  KC_NO, K205,  KC_NO, K207,  K208,  K209 }  \
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue