Add initial fix for new keymap.
This commit is contained in:
		
							parent
							
								
									77f157943f
								
							
						
					
					
						commit
						8a709c2750
					
				
					 14 changed files with 967 additions and 611 deletions
				
			
		| 
						 | 
				
			
			@ -51,8 +51,8 @@ void host_consumer_send(uint16_t data);
 | 
			
		|||
void host_add_key(uint8_t key);
 | 
			
		||||
void host_del_key(uint8_t key);
 | 
			
		||||
void host_clear_keys(void);
 | 
			
		||||
void host_add_mod_bit(uint8_t mod);
 | 
			
		||||
void host_del_mod_bit(uint8_t mod);
 | 
			
		||||
void host_add_mods(uint8_t mods);
 | 
			
		||||
void host_del_mods(uint8_t mods);
 | 
			
		||||
void host_set_mods(uint8_t mods);
 | 
			
		||||
void host_clear_mods(void);
 | 
			
		||||
uint8_t host_has_anykey(void);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue