Bigger combo index (#9318)
* Add change log * Change combo index from uint8_t to uint16_t
This commit is contained in:
		
							parent
							
								
									93e7a8f74c
								
							
						
					
					
						commit
						b0335b2731
					
				
					 16 changed files with 28 additions and 17 deletions
				
			
		| 
						 | 
				
			
			@ -23,7 +23,7 @@ combo_t key_combos[COMBO_COUNT] = {
 | 
			
		|||
  [XV_PASTE] = COMBO_ACTION(paste_combo),
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
void process_combo_event(uint8_t combo_index, bool pressed) {
 | 
			
		||||
void process_combo_event(uint16_t combo_index, bool pressed) {
 | 
			
		||||
  switch(combo_index) {
 | 
			
		||||
    case EQ_QUIT:
 | 
			
		||||
      if (pressed) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue