Split out HAPTIC_ENABLE to have separate DRIVER option (#14854)
* DRIVER -> ENABLE * Update generic_features.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update common_features.mk Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
		
							parent
							
								
									e50867d52d
								
							
						
					
					
						commit
						01b702bece
					
				
					 16 changed files with 44 additions and 36 deletions
				
			
		| 
						 | 
				
			
			@ -4,9 +4,12 @@
 | 
			
		|||
 | 
			
		||||
The following options are currently available for haptic feedback in `rules.mk`:
 | 
			
		||||
 | 
			
		||||
`HAPTIC_ENABLE += DRV2605L`
 | 
			
		||||
```
 | 
			
		||||
HAPTIC_ENABLE = yes
 | 
			
		||||
 | 
			
		||||
`HAPTIC_ENABLE += SOLENOID`
 | 
			
		||||
HAPTIC_DRIVER += DRV2605L
 | 
			
		||||
HAPTIC_DRIVER += SOLENOID
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Known Supported Hardware
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue