keyboard.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "keyboard_name": "GTM Pad",
  3. "manufacturer": "SpaceCityKeyboards",
  4. "url": "",
  5. "maintainer": "jrfhoutx",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x6090",
  9. "device_version": "0.0.2"
  10. },
  11. "rgblight": {
  12. "led_count": 4,
  13. "animations": {
  14. "breathing": true,
  15. "rainbow_mood": true,
  16. "rainbow_swirl": true,
  17. "snake": true,
  18. "knight": true,
  19. "christmas": true,
  20. "static_gradient": true,
  21. "rgb_test": true,
  22. "alternating": true,
  23. "twinkle": true
  24. }
  25. },
  26. "ws2812": {
  27. "pin": "B0"
  28. },
  29. "features": {
  30. "bootmagic": true,
  31. "command": false,
  32. "console": true,
  33. "encoder": true,
  34. "extrakey": false,
  35. "mousekey": false,
  36. "nkro": true,
  37. "rgblight": true
  38. },
  39. "qmk": {
  40. "locking": {
  41. "enabled": true,
  42. "resync": true
  43. }
  44. },
  45. "matrix_pins": {
  46. "cols": ["B4", "B5", "B6", "B7", "C7", "D0"],
  47. "rows": ["C4", "C5", "D1"]
  48. },
  49. "diode_direction": "COL2ROW",
  50. "encoder": {
  51. "rotary": [
  52. {"pin_a": "D2", "pin_b": "D3", "resolution": 1}
  53. ]
  54. },
  55. "processor": "atmega32u2",
  56. "bootloader": "atmel-dfu",
  57. "layouts": {
  58. "LAYOUT": {
  59. "layout": [
  60. {"matrix": [0, 0], "x": 0, "y": 0},
  61. {"matrix": [0, 1], "x": 1, "y": 0},
  62. {"matrix": [0, 2], "x": 2, "y": 0},
  63. {"matrix": [0, 3], "x": 3, "y": 0},
  64. {"matrix": [0, 4], "x": 4, "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": [1, 4], "x": 4, "y": 1},
  70. {"matrix": [2, 5], "x": 5.5, "y": 0.5}
  71. ]
  72. }
  73. }
  74. }