mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
		
						commit
						1cf040ad19
					
				@ -20,7 +20,7 @@
 | 
			
		||||
#if defined(ENCODER_ENABLE)
 | 
			
		||||
 | 
			
		||||
bool encoder_update_kb(uint8_t index, bool clockwise) {
 | 
			
		||||
    if (!encoder_update_kb(index, clockwise)) {
 | 
			
		||||
    if (!encoder_update_user(index, clockwise)) {
 | 
			
		||||
      return false; /* Don't process further events if user function exists and returns false */
 | 
			
		||||
    }
 | 
			
		||||
    if (index == 0) { /* First encoder */
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user