logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 8c05254a68f291a374eef3ac4174914a196c726a
parent d09ea04fa1b42b362a81218785ff41d3004df081
Author: Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com>
Date:   Mon, 13 May 2024 19:33:25 +1000

[Bug][Keyboard] Fix encoder resolution issue with Binepad BNK9 (#23707)


Diffstat:

Mkeyboards/binepad/bnk9/config.h2--
Mkeyboards/binepad/bnk9/info.json5++---
2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/keyboards/binepad/bnk9/config.h b/keyboards/binepad/bnk9/config.h @@ -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 diff --git a/keyboards/binepad/bnk9/info.json b/keyboards/binepad/bnk9/info.json @@ -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 +}