You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
2.4 KiB

  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. "matrix_pins": {
  29. "cols": ["F4", "F5", "F6", "F7", "C7", "C6", "B6"],
  30. "rows": ["F0", "F1", "B5", "B4", "D7"]
  31. },
  32. "diode_direction": "COL2ROW",
  33. "encoder": {
  34. "rotary": [
  35. {"pin_a": "D5", "pin_b": "D3"}
  36. ]
  37. },
  38. "processor": "atmega32u4",
  39. "bootloader": "atmel-dfu",
  40. "layouts": {
  41. "LAYOUT": {
  42. "layout": [
  43. {"matrix": [0, 0], "x": 0, "y": 0},
  44. {"matrix": [0, 1], "x": 1, "y": 0},
  45. {"matrix": [0, 2], "x": 2, "y": 0.4},
  46. {"matrix": [0, 3], "x": 3, "y": 0.3},
  47. {"matrix": [0, 4], "x": 4, "y": 0.4},
  48. {"matrix": [0, 5], "x": 5, "y": 0.5},
  49. {"matrix": [0, 6], "x": 6, "y": 0.5},
  50. {"matrix": [1, 0], "x": 0, "y": 1},
  51. {"matrix": [1, 1], "x": 1, "y": 1},
  52. {"matrix": [1, 2], "x": 2, "y": 1.4},
  53. {"matrix": [1, 3], "x": 3, "y": 1.3},
  54. {"matrix": [1, 4], "x": 4, "y": 1.4},
  55. {"matrix": [1, 5], "x": 5, "y": 1.5},
  56. {"matrix": [1, 6], "x": 6, "y": 1.5},
  57. {"matrix": [2, 0], "x": 0, "y": 2},
  58. {"matrix": [2, 1], "x": 1, "y": 2},
  59. {"matrix": [2, 2], "x": 2, "y": 2.4},
  60. {"matrix": [2, 3], "x": 3, "y": 2.3},
  61. {"matrix": [2, 4], "x": 4, "y": 2.4},
  62. {"matrix": [2, 5], "x": 5, "y": 2.5},
  63. {"matrix": [2, 6], "x": 6, "y": 2.5},
  64. {"matrix": [3, 0], "x": 0, "y": 3},
  65. {"matrix": [3, 1], "x": 1, "y": 3},
  66. {"matrix": [3, 2], "x": 2, "y": 3.4},
  67. {"matrix": [3, 3], "x": 3, "y": 3.3},
  68. {"matrix": [3, 4], "x": 4, "y": 3.4},
  69. {"matrix": [3, 5], "x": 5, "y": 3.5},
  70. {"matrix": [3, 6], "x": 6, "y": 3.5},
  71. {"matrix": [4, 0], "x": 0, "y": 4},
  72. {"matrix": [4, 1], "x": 1, "y": 4},
  73. {"matrix": [4, 6], "x": 8, "y": 3.5},
  74. {"matrix": [4, 3], "x": 4.7, "y": 4.7},
  75. {"matrix": [4, 4], "x": 5.8, "y": 4.7},
  76. {"matrix": [4, 5], "x": 6.8, "y": 4.8}
  77. ]
  78. }
  79. }
  80. }