Skip to content

Commit

Permalink
Fix paragon encoder pinout for soldered version (qmk#22043)
Browse files Browse the repository at this point in the history
  • Loading branch information
yakMM authored and christrotter committed Nov 28, 2023
1 parent 25b3a36 commit cc3fcae
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions keyboards/artemis/paragon/hotswap/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"cols": ["F7", "F6", "F5", "F4", "F1", "F0", "C7", "E6", "B0", "B3", "B6", "B5", "B4", "D7", "D4", "D6"],
"rows": ["D2", "D1", "D0", "B2", "B1", "C6"]
},
"encoder": {
"rotary": [
{ "pin_a": "D3", "pin_b": "D5", "resolution": 2 }
]
},
"layouts": {
"LAYOUT_ansi_rwkl": {
"layout": [
Expand Down
5 changes: 0 additions & 5 deletions keyboards/artemis/paragon/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
},
"processor": "atmega32u4",
"url": "",
"encoder": {
"rotary": [
{ "pin_a": "D3", "pin_b": "D5", "resolution": 2 }
]
},
"usb": {
"device_version": "1.0.0",
"pid": "0x3449",
Expand Down
5 changes: 5 additions & 0 deletions keyboards/artemis/paragon/soldered/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"cols": ["E6", "F0", "F1", "F4", "F5", "F6", "F7", "B0", "B1", "B3", "D0", "D1", "D2", "D3", "D7", "D5"],
"rows": ["B2", "C7", "C6", "B6", "B5", "B4"]
},
"encoder": {
"rotary": [
{ "pin_a": "D4", "pin_b": "D6", "resolution": 2 }
]
},
"layouts": {
"LAYOUT_ansi_rwkl": {
"layout": [
Expand Down

0 comments on commit cc3fcae

Please sign in to comment.