keyboard.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "keyboard_name": "Trade Station",
  3. "manufacturer": "Flehrad",
  4. "url": "",
  5. "maintainer": "Flehrad",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x6060",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": false,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "nkro": true
  18. },
  19. "qmk": {
  20. "locking": {
  21. "enabled": true,
  22. "resync": true
  23. }
  24. },
  25. "matrix_pins": {
  26. "cols": ["F7", "B1", "D7", "E6"],
  27. "rows": ["D1", "C6", "D4", "D0"]
  28. },
  29. "diode_direction": "COL2ROW",
  30. "processor": "atmega32u4",
  31. "bootloader": "caterina",
  32. "community_layouts": ["ortho_4x4"],
  33. "layout_aliases": {
  34. "LAYOUT_tradestation": "LAYOUT_4x2u"
  35. },
  36. "layouts": {
  37. "LAYOUT_4x2u": {
  38. "layout": [
  39. {"matrix": [0, 0], "x": 0, "y": 0},
  40. {"matrix": [0, 1], "x": 1.125, "y": 0},
  41. {"matrix": [0, 2], "x": 2.25, "y": 0},
  42. {"matrix": [0, 3], "x": 3.375, "y": 0},
  43. {"matrix": [1, 0], "x": 0, "y": 1.1},
  44. {"matrix": [1, 1], "x": 1.125, "y": 1.1},
  45. {"matrix": [1, 2], "x": 2.25, "y": 1.1},
  46. {"matrix": [1, 3], "x": 3.375, "y": 1.1},
  47. {"matrix": [2, 0], "x": 0, "y": 2.25, "w": 2},
  48. {"matrix": [2, 2], "x": 2.25, "y": 2.25, "w": 2},
  49. {"matrix": [3, 0], "x": 0, "y": 3.5, "w": 2},
  50. {"matrix": [3, 2], "x": 2.25, "y": 3.5, "w": 2}
  51. ]
  52. },
  53. "LAYOUT_ortho_4x4": {
  54. "layout": [
  55. {"matrix": [0, 0], "x": 0, "y": 0},
  56. {"matrix": [0, 1], "x": 1.125, "y": 0},
  57. {"matrix": [0, 2], "x": 2.25, "y": 0},
  58. {"matrix": [0, 3], "x": 3.375, "y": 0},
  59. {"matrix": [1, 0], "x": 0, "y": 1.1},
  60. {"matrix": [1, 1], "x": 1.125, "y": 1.1},
  61. {"matrix": [1, 2], "x": 2.25, "y": 1.1},
  62. {"matrix": [1, 3], "x": 3.375, "y": 1.1},
  63. {"matrix": [2, 0], "x": 0, "y": 2.25},
  64. {"matrix": [2, 1], "x": 1.125, "y": 2.25},
  65. {"matrix": [2, 2], "x": 2.25, "y": 2.25},
  66. {"matrix": [2, 3], "x": 3.375, "y": 2.25},
  67. {"matrix": [3, 0], "x": 0, "y": 3.5},
  68. {"matrix": [3, 1], "x": 1.125, "y": 3.5},
  69. {"matrix": [3, 2], "x": 2.25, "y": 3.5},
  70. {"matrix": [3, 3], "x": 3.375, "y": 3.5}
  71. ]
  72. }
  73. }
  74. }