Fix paragon keyboard encoder step (#21582)

master
Yak 2023-07-25 04:46:39 +02:00 committed by GitHub
parent 526c6b4906
commit 62083a9031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
"url": "", "url": "",
"encoder": { "encoder": {
"rotary": [ "rotary": [
{ "pin_a": "D3", "pin_b": "D5" } { "pin_a": "D3", "pin_b": "D5", "resolution": 2 }
] ]
}, },
"usb": { "usb": {