Fix processing of recently added system keycodes (#20058)
This commit is contained in:
		
							parent
							
								
									c1664ac6e3
								
							
						
					
					
						commit
						952b88528f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -61,7 +61,7 @@ action_t action_for_keycode(uint16_t keycode) {
 | 
			
		|||
        case KC_SYSTEM_POWER ... KC_SYSTEM_WAKE:
 | 
			
		||||
            action.code = ACTION_USAGE_SYSTEM(KEYCODE2SYSTEM(keycode));
 | 
			
		||||
            break;
 | 
			
		||||
        case KC_AUDIO_MUTE ... KC_ASSISTANT:
 | 
			
		||||
        case KC_AUDIO_MUTE ... KC_LAUNCHPAD:
 | 
			
		||||
            action.code = ACTION_USAGE_CONSUMER(KEYCODE2CONSUMER(keycode));
 | 
			
		||||
            break;
 | 
			
		||||
#endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue