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.

80 lines
2.2 KiB

  1. {
  2. "keyboard_name": "radpad",
  3. "url": "",
  4. "maintainer": "Brandon Schlack",
  5. "layouts": {
  6. "LAYOUT_4x4_encoders": {
  7. "layout": [
  8. {"x":0, "y":0},
  9. {"x":3, "y":0},
  10. {"x":0, "y":1},
  11. {"x":1, "y":1},
  12. {"x":2, "y":1},
  13. {"x":3, "y":1},
  14. {"x":0, "y":2},
  15. {"x":1, "y":2},
  16. {"x":2, "y":2},
  17. {"x":3, "y":2},
  18. {"x":0, "y":3},
  19. {"x":1, "y":3},
  20. {"x":2, "y":3},
  21. {"x":3, "y":3},
  22. {"x":0, "y":4},
  23. {"x":1, "y":4},
  24. {"x":2, "y":4},
  25. {"x":3, "y":4}
  26. ]
  27. },
  28. "LAYOUT_4x3_encoders": {
  29. "layout": [
  30. {"x":0, "y":0},
  31. {"x":3, "y":0},
  32. {"x":0, "y":1},
  33. {"x":1, "y":1},
  34. {"x":2, "y":1},
  35. {"x":3, "y":1},
  36. {"x":0, "y":2},
  37. {"x":1, "y":2},
  38. {"x":2, "y":2},
  39. {"x":3, "y":2},
  40. {"x":0, "y":3},
  41. {"x":1, "y":3},
  42. {"x":2, "y":3},
  43. {"x":3, "y":3}
  44. ]
  45. },
  46. "LAYOUT_3x4_encoders": {
  47. "layout": [
  48. {"x":1, "y":0},
  49. {"x":3, "y":0},
  50. {"x":1, "y":1},
  51. {"x":2, "y":1},
  52. {"x":3, "y":1},
  53. {"x":1, "y":2},
  54. {"x":2, "y":2},
  55. {"x":3, "y":2},
  56. {"x":1, "y":3},
  57. {"x":2, "y":3},
  58. {"x":3, "y":3},
  59. {"x":1, "y":4},
  60. {"x":2, "y":4},
  61. {"x":3, "y":4}
  62. ]
  63. },
  64. "LAYOUT_3x3_encoders": {
  65. "layout": [
  66. {"x":1, "y":0},
  67. {"x":3, "y":0},
  68. {"x":1, "y":1},
  69. {"x":2, "y":1},
  70. {"x":3, "y":1},
  71. {"x":1, "y":2},
  72. {"x":2, "y":2},
  73. {"x":3, "y":2},
  74. {"x":1, "y":3},
  75. {"x":2, "y":3},
  76. {"x":3, "y":3}
  77. ]
  78. }
  79. }
  80. }