Support for the upcoming 1UP Keyboards Sweet 16 rev2 (#7125)
[jackhill/qmk/firmware.git] / keyboards / 1upkeyboards / sweet16 / v2 / promicro / promicro.c
1 #include "promicro.h"
2 #include "encoder.h"
3
4 #ifdef ENCODER_ENABLED
5 void encoder_update_kb(int8_t index, bool clockwise) {
6 encoder_update_user(index, clockwise);
7 }
8 #endif