32 lines
		
	
	
	
		
			348 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
	
		
			348 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
###| CMake Kiibohd Controller Scan Module |###
 | 
						|
#
 | 
						|
# Written by Jacob Alexander in 2014 for the Kiibohd Controller
 | 
						|
#
 | 
						|
# Released into the Public Domain
 | 
						|
#
 | 
						|
###
 | 
						|
 | 
						|
 | 
						|
###
 | 
						|
# Required Submodules
 | 
						|
#
 | 
						|
 | 
						|
AddModule ( Scan MatrixARM )
 | 
						|
 | 
						|
 | 
						|
###
 | 
						|
# Module C files
 | 
						|
#
 | 
						|
 | 
						|
set ( Module_SRCS
 | 
						|
	scan_loop.c
 | 
						|
)
 | 
						|
 | 
						|
 | 
						|
###
 | 
						|
# Compiler Family Compatibility
 | 
						|
#
 | 
						|
set ( ModuleCompatibility
 | 
						|
	arm
 | 
						|
)
 | 
						|
 |