~ruther/qmk_firmware

8c05254a68f291a374eef3ac4174914a196c726a — Vino Rodrigues 11 months ago d09ea04
[Bug][Keyboard] Fix encoder resolution issue with Binepad BNK9 (#23707)

2 files changed, 2 insertions(+), 4 deletions(-)

M keyboards/binepad/bnk9/config.h
M keyboards/binepad/bnk9/info.json
M keyboards/binepad/bnk9/config.h => keyboards/binepad/bnk9/config.h +0 -2
@@ 3,8 3,6 @@

#pragma once

#define ENCODER_DEFAULT_POS 0x3  // enable 1:1 resolution

// Default PIO0 cases flickering in this board.  Setting to PIO1 resolves this issue.
#define WS2812_PIO_USE_PIO1


M keyboards/binepad/bnk9/info.json => keyboards/binepad/bnk9/info.json +2 -2
@@ 8,7 8,7 @@
    "diode_direction": "COL2ROW",
    "encoder": {
        "rotary": [
            {"pin_a": "GP13", "pin_b": "GP14"}
            {"pin_a": "GP13", "pin_b": "GP14", "resolution": 2}
        ]
    },
    "features": {


@@ 83,4 83,4 @@
            ]
        }
    }
}
\ No newline at end of file
}

Do not follow this link