9 lines
		
	
	
		
			178 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			178 B
		
	
	
	
		
			C
		
	
	
	
	
	
// Copyright 2022 David Kristoffersen (@davidkristoffersen)
 | 
						|
// SPDX-License-Identifier: GPL-3.0-or-later
 | 
						|
 | 
						|
#pragma once
 | 
						|
 | 
						|
#ifndef LAYER_EN
 | 
						|
#   define LAYER_EN LAYER_DEFAULT
 | 
						|
#endif
 |