Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Tom Barnes <barnestom@me.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			194 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			194 B
		
	
	
	
		
			C
		
	
	
	
	
	
| // Copyright 2022 Andy Tsai (@atsai)
 | |
| // SPDX-License-Identifier: GPL-2.0-or-later
 | |
| 
 | |
| #pragma once
 | |
| 
 | |
| #ifdef HAPTIC_ENABLE
 | |
| #define SOLENOID_PIN E6
 | |
| #endif
 | |
| 
 | |
| #define BUZZER_ENABLE
 | |
| #define BUZZER_PIN B2
 |