keyboard.json 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "manufacturer": "CXT",
  3. "keyboard_name": "cxt_studio",
  4. "maintainer": "ColinKinloch",
  5. "bootloader": "atmel-dfu",
  6. "diode_direction": "ROW2COL",
  7. "features": {
  8. "bootmagic": true,
  9. "command": false,
  10. "console": true,
  11. "extrakey": true,
  12. "mousekey": true,
  13. "nkro": true,
  14. "encoder": true,
  15. "rgb_matrix": true
  16. },
  17. "ws2812": {
  18. "pin": "F7"
  19. },
  20. "matrix_pins": {
  21. "cols": ["D4", "D7", "B4", "B5"],
  22. "rows": ["C7", "C6", "D6", "F4"]
  23. },
  24. "encoder": {
  25. "rotary": [
  26. {"pin_a": "D5", "pin_b": "D3"},
  27. {"pin_a": "B2", "pin_b": "B3"},
  28. {"pin_a": "F5", "pin_b": "F6"},
  29. {"pin_a": "E6", "pin_b": "F0"}
  30. ]
  31. },
  32. "processor": "atmega32u4",
  33. "rgb_matrix": {
  34. "animations": {
  35. "typing_heatmap": true,
  36. "digital_rain": true,
  37. "solid_reactive_simple": true,
  38. "solid_reactive": true,
  39. "solid_reactive_wide": true,
  40. "solid_reactive_multiwide": true,
  41. "solid_reactive_cross": true,
  42. "solid_reactive_multicross": true,
  43. "solid_reactive_nexus": true,
  44. "solid_reactive_multinexus": true,
  45. "splash": true,
  46. "multisplash": true,
  47. "solid_splash": true,
  48. "solid_multisplash": true
  49. },
  50. "default": {
  51. "animation": "typing_heatmap"
  52. },
  53. "driver": "ws2812",
  54. "layout": [
  55. {"flags": 4, "matrix": [0, 3], "x": 3, "y": 0},
  56. {"flags": 4, "matrix": [0, 2], "x": 2, "y": 0},
  57. {"flags": 4, "matrix": [0, 1], "x": 1, "y": 0},
  58. {"flags": 4, "matrix": [0, 0], "x": 0, "y": 0},
  59. {"flags": 4, "matrix": [1, 0], "x": 0, "y": 1},
  60. {"flags": 4, "matrix": [1, 1], "x": 1, "y": 1},
  61. {"flags": 4, "matrix": [1, 2], "x": 2, "y": 1},
  62. {"flags": 4, "matrix": [1, 3], "x": 3, "y": 1},
  63. {"flags": 4, "matrix": [2, 3], "x": 3, "y": 2},
  64. {"flags": 4, "matrix": [2, 2], "x": 2, "y": 2},
  65. {"flags": 4, "matrix": [2, 1], "x": 1, "y": 2},
  66. {"flags": 4, "matrix": [2, 0], "x": 0, "y": 2}
  67. ]
  68. },
  69. "url": "",
  70. "usb": {
  71. "device_version": "1.0.0",
  72. "pid": "0xC401",
  73. "vid": "0x5754"
  74. },
  75. "layouts": {
  76. "LAYOUT": {
  77. "layout": [
  78. {"matrix": [0, 0], "x": 0, "y": 0},
  79. {"matrix": [0, 1], "x": 1, "y": 0},
  80. {"matrix": [0, 2], "x": 2, "y": 0},
  81. {"matrix": [0, 3], "x": 3, "y": 0},
  82. {"matrix": [1, 0], "x": 0, "y": 1},
  83. {"matrix": [1, 1], "x": 1, "y": 1},
  84. {"matrix": [1, 2], "x": 2, "y": 1},
  85. {"matrix": [1, 3], "x": 3, "y": 1},
  86. {"matrix": [2, 0], "x": 0, "y": 2},
  87. {"matrix": [2, 1], "x": 1, "y": 2},
  88. {"matrix": [2, 2], "x": 2, "y": 2},
  89. {"matrix": [2, 3], "x": 3, "y": 2},
  90. {"matrix": [3, 0], "x": 0, "y": 3},
  91. {"matrix": [3, 1], "x": 1, "y": 3},
  92. {"matrix": [3, 2], "x": 2, "y": 3},
  93. {"matrix": [3, 3], "x": 3, "y": 3}
  94. ]
  95. }
  96. }
  97. }