 3f62b46939
			
		
	
	
		3f62b46939
		
			
		
	
	
	
	
		
			
			* add matrix abelx keyboard * Update keyboards/matrix/abelx/abelx.c Co-authored-by: Drashna Jaelre <drashna@live.com> * fixed rgb led pin issue * Apply suggestions from code review Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/matrix/abelx/aw9523b.h Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/matrix/abelx/aw9523b.c Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/matrix/abelx/abelx.h Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/matrix/abelx/abelx.c Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * fixed board name * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * move led update from scan_kb to hoursekeeping_kb * move led update from scan_kb to housekeeping_kb Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			227 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			227 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # List of all the board related files.
 | |
| BOARDSRC = $(BOARD_PATH)/boards/abelx_bd/board.c
 | |
| 
 | |
| # Required include directories
 | |
| BOARDINC = $(BOARD_PATH)/boards/abelx_bd
 | |
| 
 | |
| # Shared variables
 | |
| ALLCSRC += $(BOARDSRC)
 | |
| ALLINC  += $(BOARDINC)
 |