mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-30 23:15:51 +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);
|