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

This commit is contained in:
Vino Rodrigues 2024-05-13 19:33:25 +10:00 committed by GitHub
parent d09ea04fa1
commit 8c05254a68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View file

@ -3,8 +3,6 @@
#pragma once #pragma once
#define ENCODER_DEFAULT_POS 0x3 // enable 1:1 resolution
// Default PIO0 cases flickering in this board. Setting to PIO1 resolves this issue. // Default PIO0 cases flickering in this board. Setting to PIO1 resolves this issue.
#define WS2812_PIO_USE_PIO1 #define WS2812_PIO_USE_PIO1

View file

@ -8,7 +8,7 @@
"diode_direction": "COL2ROW", "diode_direction": "COL2ROW",
"encoder": { "encoder": {
"rotary": [ "rotary": [
{"pin_a": "GP13", "pin_b": "GP14"} {"pin_a": "GP13", "pin_b": "GP14", "resolution": 2}
] ]
}, },
"features": { "features": {