logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 7778e6dcb0aea42608052cedbfc1e980b76c77ef
parent f9f67d4cb33507e208f1495fe9f5d76e9f27c41b
Author: QMK Bot <hello@qmk.fm>
Date:   Mon, 13 May 2024 09:33:58 +0000

Merge remote-tracking branch 'origin/master' into develop

Diffstat:

Mkeyboards/binepad/bnk9/config.h2--
Mkeyboards/binepad/bnk9/keyboard.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/keyboard.json b/keyboards/binepad/bnk9/keyboard.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 +}