mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	* Add STM32F446-Nucleo onekey. * Fixup onekey build for F446, all keymaps. * Fixup board inclusion search ordering.
		
			
				
	
	
		
			10 lines
		
	
	
		
			196 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			196 B
		
	
	
	
		
			C
		
	
	
	
	
	
// Copyright 2018-2022 Nick Brassel (@tzarc)
 | 
						|
// SPDX-License-Identifier: GPL-3.0-or-later
 | 
						|
#pragma once
 | 
						|
 | 
						|
#include_next <board.h>
 | 
						|
 | 
						|
#ifdef BOARD_OTG_NOVBUSSENS
 | 
						|
#    undef BOARD_OTG_NOVBUSSENS
 | 
						|
#endif
 |