19 lines
		
	
	
		
			317 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			317 B
		
	
	
	
		
			C
		
	
	
	
	
	
// Copyright 2022 David Kristoffersen (@davidkristoffersen)
 | 
						|
// SPDX-License-Identifier: GPL-3.0-or-later
 | 
						|
 | 
						|
#pragma once
 | 
						|
 | 
						|
#include QMK_KEYBOARD_H
 | 
						|
 | 
						|
#include "src/enums.h"
 | 
						|
 | 
						|
#ifdef LAYER_NO
 | 
						|
#   include "macros/norwegian.h"
 | 
						|
#endif
 | 
						|
 | 
						|
#include "util/functions.h"
 | 
						|
 | 
						|
#include "hardware/split_space.h"
 | 
						|
 | 
						|
#include "macros/macros.h"
 |