Remove legacy sendstring keycodes (#18749)
This commit is contained in:
		
							parent
							
								
									c57330d340
								
							
						
					
					
						commit
						bad8c5992b
					
				
					 73 changed files with 581 additions and 557 deletions
				
			
		| 
						 | 
				
			
			@ -73,7 +73,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
 | 
			
		|||
                    default:
 | 
			
		||||
                        if (timeElapsed < CUSTOM_LONGPRESS) {
 | 
			
		||||
                            // Normal press.  We're going to send the current letter and increment the counter.
 | 
			
		||||
                            SEND_STRING(SS_TAP(X_BSPACE));
 | 
			
		||||
                            SEND_STRING(SS_TAP(X_BACKSPACE));
 | 
			
		||||
                            send_string(stringToSend);
 | 
			
		||||
                            stringToSend[0]++;
 | 
			
		||||
                            if (stringToSend[0] > maxLetter) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue