1
0

info.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "manufacturer": "Geon",
  3. "keyboard_name": "Frog Pad",
  4. "maintainer": "ToastyStoemp",
  5. "bootloader": "atmel-dfu",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "command": false,
  10. "console": false,
  11. "extrakey": true,
  12. "mousekey": true,
  13. "nkro": true,
  14. "encoder": true
  15. },
  16. "matrix_pins": {
  17. "cols": ["F5", "F6", "B7", "B3"],
  18. "rows": ["F0", "B6", "D6", "B5", "D7", "B4"]
  19. },
  20. "encoder": {
  21. "rotary": [
  22. { "pin_a": "F4", "pin_b": "F1" },
  23. { "pin_a": "B1", "pin_b": "B2" }
  24. ]
  25. },
  26. "processor": "atmega32u4",
  27. "url": "https://geon.works/products/frog-pad",
  28. "usb": {
  29. "device_version": "1.0.0",
  30. "pid": "0x0004",
  31. "vid": "0x5453"
  32. },
  33. "layouts": {
  34. "LAYOUT_numpad_6x4": {
  35. "layout": [
  36. {"matrix": [0, 0], "x":0, "y":0},
  37. {"matrix": [0, 1], "x":1, "y":0},
  38. {"matrix": [0, 2], "x":2, "y":0},
  39. {"matrix": [0, 3], "x":3, "y":0},
  40. {"matrix": [1, 0], "x":0, "y":1},
  41. {"matrix": [1, 1], "x":1, "y":1},
  42. {"matrix": [1, 2], "x":2, "y":1},
  43. {"matrix": [1, 3], "x":3, "y":1},
  44. {"matrix": [2, 0], "x":0, "y":2},
  45. {"matrix": [2, 1], "x":1, "y":2},
  46. {"matrix": [2, 2], "x":2, "y":2},
  47. {"matrix": [3, 0], "x":0, "y":3},
  48. {"matrix": [3, 1], "x":1, "y":3},
  49. {"matrix": [3, 2], "x":2, "y":3},
  50. {"matrix": [2, 3], "x":3, "y":2, "h":2},
  51. {"matrix": [4, 0], "x":0, "y":4},
  52. {"matrix": [4, 1], "x":1, "y":4},
  53. {"matrix": [4, 2], "x":2, "y":4},
  54. {"matrix": [5, 0], "x":0, "y":5, "w":2},
  55. {"matrix": [5, 2], "x":2, "y":5},
  56. {"matrix": [4, 3], "x":3, "y":4, "h":2}
  57. ]
  58. },
  59. "LAYOUT_ortho_6x4": {
  60. "layout": [
  61. { "matrix": [0, 0], "x": 0, "y": 0 },
  62. { "matrix": [0, 1], "x": 1, "y": 0 },
  63. { "matrix": [0, 2], "x": 2, "y": 0 },
  64. { "matrix": [0, 3], "x": 3, "y": 0 },
  65. { "matrix": [1, 0], "x": 0, "y": 1 },
  66. { "matrix": [1, 1], "x": 1, "y": 1 },
  67. { "matrix": [1, 2], "x": 2, "y": 1 },
  68. { "matrix": [1, 3], "x": 3, "y": 1 },
  69. { "matrix": [2, 0], "x": 0, "y": 2 },
  70. { "matrix": [2, 1], "x": 1, "y": 2 },
  71. { "matrix": [2, 2], "x": 2, "y": 2 },
  72. { "matrix": [2, 3], "x": 3, "y": 2 },
  73. { "matrix": [3, 0], "x": 0, "y": 3 },
  74. { "matrix": [3, 1], "x": 1, "y": 3 },
  75. { "matrix": [3, 2], "x": 2, "y": 3 },
  76. { "matrix": [3, 3], "x": 3, "y": 3 },
  77. { "matrix": [4, 0], "x": 0, "y": 4 },
  78. { "matrix": [4, 1], "x": 1, "y": 4 },
  79. { "matrix": [4, 2], "x": 2, "y": 4 },
  80. { "matrix": [4, 3], "x": 3, "y": 4 },
  81. { "matrix": [5, 0], "x": 0, "y": 5 },
  82. { "matrix": [5, 1], "x": 1, "y": 5 },
  83. { "matrix": [5, 2], "x": 2, "y": 5 },
  84. { "matrix": [5, 3], "x": 3, "y": 5 }
  85. ]
  86. }
  87. }
  88. }