aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/doio/kb03
diff options
context:
space:
mode:
authorJoel Challis2025-09-12 17:56:06 +0200
committerGitHub2025-09-12 17:56:06 +0200
commitb6310b5a1507aa085a732f1105b7f022c837f443 (patch)
tree6e51620def8f8fd8e1508ab462e28d0f5f86bebf /keyboards/doio/kb03
parentd34cade5abe11da93a6f3d204b00278127299f8b (diff)
Remove encoder resolution where duplicating defaults (#25654)
Diffstat (limited to 'keyboards/doio/kb03')
-rw-r--r--keyboards/doio/kb03/keyboard.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/doio/kb03/keyboard.json b/keyboards/doio/kb03/keyboard.json
index d2a214c92f..a3e77369fc 100644
--- a/keyboards/doio/kb03/keyboard.json
+++ b/keyboards/doio/kb03/keyboard.json
@@ -6,7 +6,7 @@
"diode_direction": "COL2ROW",
"encoder": {
"rotary": [
- {"pin_a": "B5", "pin_b": "B6", "resolution": 4},
+ {"pin_a": "B5", "pin_b": "B6"},
{"pin_a": "A2", "pin_b": "A1", "resolution": 2}
]
},