Remove legacy sendstring keycodes (#18749)
This commit is contained in:
		
							parent
							
								
									c57330d340
								
							
						
					
					
						commit
						bad8c5992b
					
				
					 73 changed files with 581 additions and 557 deletions
				
			
		| 
						 | 
				
			
			@ -250,9 +250,9 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
 | 
			
		|||
    case NLK:
 | 
			
		||||
    if (pressed) {
 | 
			
		||||
      toggle_numlock();
 | 
			
		||||
      SEND_STRING(SS_DOWN(X_NUMLOCK));
 | 
			
		||||
      SEND_STRING(SS_DOWN(X_NUM_LOCK));
 | 
			
		||||
    } else {
 | 
			
		||||
      SEND_STRING(SS_UP(X_NUMLOCK));
 | 
			
		||||
      SEND_STRING(SS_UP(X_NUM_LOCK));
 | 
			
		||||
    }
 | 
			
		||||
    break;
 | 
			
		||||
    
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue