mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-23 03:50:28 +08:00
a0fed0ea17
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
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);
|