keyboard.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "keyboard_name": "dactyl_left",
  3. "manufacturer": "RedForty",
  4. "url": "",
  5. "maintainer": "RedForty",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x0000",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": false,
  13. "command": true,
  14. "console": true,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "nkro": false
  18. },
  19. "qmk": {
  20. "locking": {
  21. "enabled": true,
  22. "resync": true
  23. }
  24. },
  25. "matrix_pins": {
  26. "cols": ["D0", "B7", "B3", "B2", "B1", "B0"],
  27. "rows": ["F0", "F1", "F4", "F5", "F6", "F7"]
  28. },
  29. "diode_direction": "COL2ROW",
  30. "processor": "atmega32u4",
  31. "bootloader": "halfkay",
  32. "layouts": {
  33. "LAYOUT": {
  34. "layout": [
  35. {"matrix": [0, 0], "x": 0, "y": 0.375, "w": 1.5},
  36. {"matrix": [0, 1], "x": 1.5, "y": 0.375},
  37. {"matrix": [0, 2], "x": 2.5, "y": 0.125},
  38. {"matrix": [0, 3], "x": 3.5, "y": 0},
  39. {"matrix": [0, 4], "x": 4.5, "y": 0.125},
  40. {"matrix": [0, 5], "x": 5.5, "y": 0.25},
  41. {"matrix": [1, 0], "x": 0, "y": 1.375, "w": 1.5},
  42. {"matrix": [1, 1], "x": 1.5, "y": 1.375},
  43. {"matrix": [1, 2], "x": 2.5, "y": 1.125},
  44. {"matrix": [1, 3], "x": 3.5, "y": 1},
  45. {"matrix": [1, 4], "x": 4.5, "y": 1.125},
  46. {"matrix": [1, 5], "x": 5.5, "y": 1.25},
  47. {"matrix": [2, 0], "x": 0, "y": 2.375, "w": 1.5},
  48. {"matrix": [2, 1], "x": 1.5, "y": 2.375},
  49. {"matrix": [2, 2], "x": 2.5, "y": 2.125},
  50. {"matrix": [2, 3], "x": 3.5, "y": 2},
  51. {"matrix": [2, 4], "x": 4.5, "y": 2.125},
  52. {"matrix": [2, 5], "x": 5.5, "y": 2.25},
  53. {"matrix": [3, 0], "x": 0, "y": 3.375, "w": 1.5},
  54. {"matrix": [3, 1], "x": 1.5, "y": 3.375},
  55. {"matrix": [3, 2], "x": 2.5, "y": 3.125},
  56. {"matrix": [3, 3], "x": 3.5, "y": 3},
  57. {"matrix": [3, 4], "x": 4.5, "y": 3.125},
  58. {"matrix": [3, 5], "x": 5.5, "y": 3.25},
  59. {"matrix": [4, 0], "x": 0.5, "y": 4.375},
  60. {"matrix": [4, 1], "x": 1.5, "y": 4.375},
  61. {"matrix": [4, 2], "x": 2.5, "y": 4.125},
  62. {"matrix": [4, 3], "x": 3.5, "y": 4},
  63. {"matrix": [4, 4], "x": 4.5, "y": 4.125},
  64. {"matrix": [5, 0], "x": 6, "y": 4.75},
  65. {"matrix": [5, 1], "x": 7, "y": 4.75},
  66. {"matrix": [5, 2], "x": 5, "y": 5.75, "h": 2},
  67. {"matrix": [5, 3], "x": 6, "y": 5.75, "h": 2},
  68. {"matrix": [5, 4], "x": 7, "y": 5.75},
  69. {"matrix": [5, 5], "x": 7, "y": 6.75}
  70. ]
  71. }
  72. }
  73. }