9 lines
		
	
	
	
		
			191 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			191 B
		
	
	
	
		
			C
		
	
	
	
	
	
// Copyright 2024 splitkb.com (support@splitkb.com)
 | 
						|
// SPDX-License-Identifier: GPL-2.0-or-later
 | 
						|
 | 
						|
#pragma once
 | 
						|
 | 
						|
#include_next <mcuconf.h>
 | 
						|
 | 
						|
#undef RP_PWM_USE_PWM5
 | 
						|
#define RP_PWM_USE_PWM5 TRUE
 |