~ruther/qmk_firmware

1cf040ad194c30475f1bc5177d87fc8f915d7f25 — QMK Bot 1 year, 9 months ago 2b7f1b0 + 90d1b32
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 2 insertions(+), 2 deletions(-)

M keyboards/lxxt/lxxt.c
M keyboards/lxxt/lxxt.c => keyboards/lxxt/lxxt.c +2 -2
@@ 20,7 20,7 @@
#if defined(ENCODER_ENABLE)

bool encoder_update_kb(uint8_t index, bool clockwise) {
    if (!encoder_update_kb(index, clockwise)) {
    if (!encoder_update_user(index, clockwise)) {
      return false; /* Don't process further events if user function exists and returns false */
    }
    if (index == 0) { /* First encoder */


@@ 39,4 39,4 @@ bool encoder_update_kb(uint8_t index, bool clockwise) {
    return true;
}

#endif
\ No newline at end of file
#endif

Do not follow this link