Set proper ASCII character for KC_NUHS in iWRAP code (#7434)
This commit is contained in:
		
							parent
							
								
									a8320f20f7
								
							
						
					
					
						commit
						730a736ef0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -393,7 +393,7 @@ static uint8_t key2asc(uint8_t key) {
 | 
				
			||||||
        case KC_BSLASH:
 | 
					        case KC_BSLASH:
 | 
				
			||||||
            return '\\';
 | 
					            return '\\';
 | 
				
			||||||
        case KC_NONUS_HASH:
 | 
					        case KC_NONUS_HASH:
 | 
				
			||||||
            return '\\';
 | 
					            return '#';
 | 
				
			||||||
        case KC_SCOLON:
 | 
					        case KC_SCOLON:
 | 
				
			||||||
            return ';';
 | 
					            return ';';
 | 
				
			||||||
        case KC_QUOTE:
 | 
					        case KC_QUOTE:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue