Skip to content

Commit

Permalink
[Bug][Keyboard] Fix encoder resolution issue with Binepad BNK9 (qmk#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
vinorodrigues authored May 13, 2024
1 parent d09ea04 commit 8c05254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions keyboards/binepad/bnk9/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions keyboards/binepad/bnk9/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"diode_direction": "COL2ROW",
"encoder": {
"rotary": [
{"pin_a": "GP13", "pin_b": "GP14"}
{"pin_a": "GP13", "pin_b": "GP14", "resolution": 2}
]
},
"features": {
Expand Down Expand Up @@ -83,4 +83,4 @@
]
}
}
}
}

0 comments on commit 8c05254

Please sign in to comment.