~ruther/qmk_firmware

a5eeee4deda870863ff903ccf573c762165a7315 — Joel Challis 3 years ago 2106acc
Fix infinite recursion in checkerboards/quark_plus (#17616)

1 files changed, 1 insertions(+), 1 deletions(-)

M keyboards/checkerboards/quark_plus/quark_plus.c
M keyboards/checkerboards/quark_plus/quark_plus.c => keyboards/checkerboards/quark_plus/quark_plus.c +1 -1
@@ 17,7 17,7 @@
#include "quark_plus.h"

bool encoder_update_kb(uint8_t index, bool clockwise) {
    if (!encoder_update_kb(index, clockwise)) { return false; }
    if (!encoder_update_user(index, clockwise)) { return false; }
    if (index == 1) { /* left encoder*/
                if (clockwise){
                    tap_code(KC_WH_U);