keyboard.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "keyboard_name": "Ergo33",
  3. "manufacturer": "kulmajaba",
  4. "url": "https://github.com/kulmajaba/tunks-keyboard",
  5. "usb": {
  6. "vid": "0xFEED",
  7. "pid": "0xA0A1",
  8. "device_version": "0.0.1"
  9. },
  10. "rgblight": {
  11. "led_count": 14,
  12. "animations": {
  13. "breathing": true,
  14. "rainbow_mood": true,
  15. "rainbow_swirl": true,
  16. "snake": true,
  17. "knight": true,
  18. "christmas": true,
  19. "static_gradient": true,
  20. "rgb_test": true,
  21. "alternating": true,
  22. "twinkle": true
  23. }
  24. },
  25. "ws2812": {
  26. "pin": "D4"
  27. },
  28. "features": {
  29. "bootmagic": true,
  30. "command": false,
  31. "console": false,
  32. "encoder": true,
  33. "extrakey": true,
  34. "mousekey": true,
  35. "nkro": true,
  36. "rgblight": true
  37. },
  38. "matrix_pins": {
  39. "cols": ["F4", "F5", "F6", "F7", "C7", "C6", "B6"],
  40. "rows": ["F0", "F1", "B5", "B4", "D7"]
  41. },
  42. "diode_direction": "COL2ROW",
  43. "encoder": {
  44. "rotary": [
  45. {"pin_a": "D5", "pin_b": "D3"}
  46. ]
  47. },
  48. "processor": "atmega32u4",
  49. "bootloader": "atmel-dfu",
  50. "layouts": {
  51. "LAYOUT": {
  52. "layout": [
  53. {"matrix": [0, 0], "x": 0, "y": 0},
  54. {"matrix": [0, 1], "x": 1, "y": 0},
  55. {"matrix": [0, 2], "x": 2, "y": 0.4},
  56. {"matrix": [0, 3], "x": 3, "y": 0.3},
  57. {"matrix": [0, 4], "x": 4, "y": 0.4},
  58. {"matrix": [0, 5], "x": 5, "y": 0.5},
  59. {"matrix": [0, 6], "x": 6, "y": 0.5},
  60. {"matrix": [1, 0], "x": 0, "y": 1},
  61. {"matrix": [1, 1], "x": 1, "y": 1},
  62. {"matrix": [1, 2], "x": 2, "y": 1.4},
  63. {"matrix": [1, 3], "x": 3, "y": 1.3},
  64. {"matrix": [1, 4], "x": 4, "y": 1.4},
  65. {"matrix": [1, 5], "x": 5, "y": 1.5},
  66. {"matrix": [1, 6], "x": 6, "y": 1.5},
  67. {"matrix": [2, 0], "x": 0, "y": 2},
  68. {"matrix": [2, 1], "x": 1, "y": 2},
  69. {"matrix": [2, 2], "x": 2, "y": 2.4},
  70. {"matrix": [2, 3], "x": 3, "y": 2.3},
  71. {"matrix": [2, 4], "x": 4, "y": 2.4},
  72. {"matrix": [2, 5], "x": 5, "y": 2.5},
  73. {"matrix": [2, 6], "x": 6, "y": 2.5},
  74. {"matrix": [3, 0], "x": 0, "y": 3},
  75. {"matrix": [3, 1], "x": 1, "y": 3},
  76. {"matrix": [3, 2], "x": 2, "y": 3.4},
  77. {"matrix": [3, 3], "x": 3, "y": 3.3},
  78. {"matrix": [3, 4], "x": 4, "y": 3.4},
  79. {"matrix": [3, 5], "x": 5, "y": 3.5},
  80. {"matrix": [3, 6], "x": 6, "y": 3.5},
  81. {"matrix": [4, 0], "x": 0, "y": 4},
  82. {"matrix": [4, 1], "x": 1, "y": 4},
  83. {"matrix": [4, 6], "x": 8, "y": 3.5},
  84. {"matrix": [4, 3], "x": 4.7, "y": 4.7},
  85. {"matrix": [4, 4], "x": 5.8, "y": 4.7},
  86. {"matrix": [4, 5], "x": 6.8, "y": 4.8}
  87. ]
  88. }
  89. }
  90. }