Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Keyboard] Add Linx3 FAve65S #24034

Merged
merged 16 commits into from
Jul 11, 2024
Merged
Prev Previous commit
Next Next commit
Update Physical location of LEDs
Update Physical location of LEDs
  • Loading branch information
eerraa committed Jul 3, 2024
commit 3321e3d9edee08947843a8a9ef65be4f8599cc6b
36 changes: 18 additions & 18 deletions keyboards/era/linx3/fave65s/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,25 +61,25 @@
},
"driver": "ws2812",
"layout": [
{"matrix": [2, 0], "x": 0, "y": 0, "flags": 8},
{"matrix": [2, 0], "x": 10, "y": 39, "flags": 8},
{"x": 0, "y": 0, "flags": 2},
eerraa marked this conversation as resolved.
Show resolved Hide resolved
{"x": 13, "y": 64, "flags": 2},
{"x": 26, "y": 64, "flags": 2},
{"x": 40, "y": 64, "flags": 2},
{"x": 53, "y": 64, "flags": 2},
{"x": 66, "y": 64, "flags": 2},
{"x": 79, "y": 64, "flags": 2},
{"x": 92, "y": 64, "flags": 2},
{"x": 105, "y": 64, "flags": 2},
{"x": 119, "y": 64, "flags": 2},
{"x": 132, "y": 64, "flags": 2},
{"x": 145, "y": 64, "flags": 2},
{"x": 158, "y": 64, "flags": 2},
{"x": 171, "y": 64, "flags": 2},
{"x": 184, "y": 64, "flags": 2},
{"x": 198, "y": 64, "flags": 2},
{"x": 211, "y": 64, "flags": 2},
{"x": 224, "y": 64, "flags": 2},
{"x": 13, "y": 0, "flags": 2},
{"x": 26, "y": 0, "flags": 2},
{"x": 40, "y": 0, "flags": 2},
{"x": 53, "y": 0, "flags": 2},
{"x": 66, "y": 0, "flags": 2},
{"x": 79, "y": 0, "flags": 2},
{"x": 92, "y": 0, "flags": 2},
{"x": 105, "y": 0, "flags": 2},
{"x": 119, "y": 0, "flags": 2},
{"x": 132, "y": 0, "flags": 2},
{"x": 145, "y": 0, "flags": 2},
{"x": 158, "y": 0, "flags": 2},
{"x": 171, "y": 0, "flags": 2},
{"x": 184, "y": 0, "flags": 2},
{"x": 198, "y": 0, "flags": 2},
{"x": 211, "y": 0, "flags": 2},
{"x": 224, "y": 0, "flags": 2},
{"x": 224, "y": 13, "flags": 2},
{"x": 224, "y": 26, "flags": 2},
{"x": 224, "y": 38, "flags": 2},
Expand Down
Loading