mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-03 23:02:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			136 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			136 B
		
	
	
	
		
			C
		
	
	
	
	
	
#pragma once
 | 
						|
#include "quantum.h"
 | 
						|
const uint16_t PROGMEM encoder_actions[][9];
 | 
						|
bool encoder_update_user(uint8_t index, bool clockwise);
 |