You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
2.2 KiB

  1. {
  2. "keyboard_name": "blue_team_pad",
  3. "maintainer": "fearherbs1",
  4. "manufacturer": "fearherbs1",
  5. "processor": "RP2040",
  6. "bootloader": "rp2040",
  7. "url": "https://github.com/fearherbs1/blue-team-pad",
  8. "usb": {
  9. "vid": "0x4648",
  10. "pid": "0x4254",
  11. "device_version": "1.1.0"
  12. },
  13. "features": {
  14. "encoder": true,
  15. "bootmagic": true,
  16. "mousekey": true,
  17. "extrakey": true,
  18. "console": true,
  19. "command": false,
  20. "nkro": true
  21. },
  22. "diode_direction": "COL2ROW",
  23. "matrix_pins": {
  24. "cols": ["GP24", "GP23", "GP21", "GP20", "GP3"],
  25. "rows": ["GP2", "GP11", "GP10", "GP9", "GP8"]
  26. },
  27. "encoder": {
  28. "rotary": [
  29. { "pin_a": "GP25", "pin_b": "GP28", "resolution": 2 },
  30. { "pin_a": "GP1", "pin_b": "GP0", "resolution": 2 }
  31. ]
  32. },
  33. "layouts": {
  34. "LAYOUT": {
  35. "layout": [
  36. { "matrix": [0, 0], "x": 0.0, "y": 0.0 },
  37. { "matrix": [0, 4], "x": 4.0, "y": 0.0 },
  38. { "matrix": [1, 0], "x": 0.0, "y": 2.0 },
  39. { "matrix": [1, 1], "x": 1.0, "y": 2.0 },
  40. { "matrix": [1, 2], "x": 2.0, "y": 2.0 },
  41. { "matrix": [1, 3], "x": 3.0, "y": 2.0 },
  42. { "matrix": [1, 4], "x": 4.0, "y": 2.0 },
  43. { "matrix": [2, 0], "x": 0.0, "y": 3.0 },
  44. { "matrix": [2, 1], "x": 1.0, "y": 3.0 },
  45. { "matrix": [2, 2], "x": 2.0, "y": 3.0 },
  46. { "matrix": [2, 3], "x": 3.0, "y": 3.0 },
  47. { "matrix": [2, 4], "x": 4.0, "y": 3.0 },
  48. { "matrix": [3, 0], "x": 0.0, "y": 4.0 },
  49. { "matrix": [3, 1], "x": 1.0, "y": 4.0 },
  50. { "matrix": [3, 2], "x": 2.0, "y": 4.0 },
  51. { "matrix": [3, 3], "x": 3.0, "y": 4.0 },
  52. { "matrix": [3, 4], "x": 4.0, "y": 4.0 },
  53. { "matrix": [4, 0], "x": 0.0, "y": 5.0 },
  54. { "matrix": [4, 1], "x": 1.0, "y": 5.0 },
  55. { "matrix": [4, 2], "x": 2.0, "y": 5.0 },
  56. { "matrix": [4, 3], "x": 3.0, "y": 5.0 },
  57. { "matrix": [4, 4], "x": 4.0, "y": 5.0 }
  58. ]
  59. }
  60. }
  61. }