converter/ibm_terminal: Fix F0_BREAK state transition (#21824)
This commit is contained in:
		
							parent
							
								
									f699fde7d9
								
							
						
					
					
						commit
						7a737235ff
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -131,7 +131,7 @@ uint8_t matrix_scan(void)
 | 
			
		|||
                case 0x00:
 | 
			
		||||
                    break;
 | 
			
		||||
                case 0xF0:
 | 
			
		||||
                    state = F0;
 | 
			
		||||
                    state = F0_BREAK;
 | 
			
		||||
                    debug(" ");
 | 
			
		||||
                    break;
 | 
			
		||||
                default:    // normal key make
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue