forked from mirrors/qmk_userspace
		
	ST7565_TIMEOUT 0 and ST7565_DISABLE_TIMEOUT should behave the same (#14315)
		
	This commit is contained in:
		
					parent
					
						
							
								da81e5c7cd
							
						
					
				
			
			
				commit
				
					
						f3bef84dac
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -491,7 +491,7 @@ MATRIX_LOOP_END:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef ST7565_ENABLE
 | 
					#ifdef ST7565_ENABLE
 | 
				
			||||||
    st7565_task();
 | 
					    st7565_task();
 | 
				
			||||||
#    ifndef ST7565_DISABLE_TIMEOUT
 | 
					#    if ST7565_TIMEOUT > 0
 | 
				
			||||||
    // Wake up display if user is using those fabulous keys or spinning those encoders!
 | 
					    // Wake up display if user is using those fabulous keys or spinning those encoders!
 | 
				
			||||||
#        ifdef ENCODER_ENABLE
 | 
					#        ifdef ENCODER_ENABLE
 | 
				
			||||||
    if (matrix_changed || encoders_changed) st7565_on();
 | 
					    if (matrix_changed || encoders_changed) st7565_on();
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue