mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-13 15:35:27 +00:00
4 lines
92 B
C
4 lines
92 B
C
|
#pragma once
|
||
|
#include "quantum.h"
|
||
|
void encoder_update_user(uint8_t index, bool clockwise);
|