Update action.c
This commit is contained in:
		
							parent
							
								
									fddccc95fe
								
							
						
					
					
						commit
						da101b8866
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -55,7 +55,7 @@ void action_exec(keyevent_t event)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if !defined(NO_ACTION_LAYER) && defined(PREVENT_STUCK_MODIFIERS)
 | 
					#if !defined(NO_ACTION_LAYER) && defined(PREVENT_STUCK_MODIFIERS)
 | 
				
			||||||
bool disable_action_cache = false;
 | 
					bool disable_action_cache = false;
 | 
				
			||||||
uint8_t source_layers_cache[5][((MATRIX_ROWS * MATRIX_COLS) / 8) ? ((MATRIX_ROWS * MATRIX_COLS) / 8) : 1];
 | 
					uint8_t source_layers_cache[5][((MATRIX_ROWS * MATRIX_COLS) / 8) ? ((MATRIX_ROWS * MATRIX_COLS) / 8) : 1] = {};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void process_action_nocache(keyrecord_t *record)
 | 
					void process_action_nocache(keyrecord_t *record)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue