keyboard.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "keyboard_name": "Tanuki",
  3. "manufacturer": "Seth",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x6464",
  9. "device_version": "0.0.1"
  10. },
  11. "rgblight": {
  12. "hue_steps": 10,
  13. "led_count": 5,
  14. "sleep": true,
  15. "animations": {
  16. "breathing": true,
  17. "rainbow_mood": true,
  18. "rainbow_swirl": true,
  19. "snake": true,
  20. "knight": true,
  21. "christmas": true,
  22. "static_gradient": true,
  23. "rgb_test": true,
  24. "alternating": true,
  25. "twinkle": true
  26. }
  27. },
  28. "ws2812": {
  29. "pin": "D1"
  30. },
  31. "features": {
  32. "bootmagic": false,
  33. "command": false,
  34. "console": false,
  35. "extrakey": true,
  36. "mousekey": false,
  37. "nkro": true,
  38. "rgblight": true
  39. },
  40. "qmk": {
  41. "locking": {
  42. "enabled": true,
  43. "resync": true
  44. }
  45. },
  46. "matrix_pins": {
  47. "cols": ["B3", "B2", "B6", "B5", "B4", "E6", "D7", "C6", "F4", "F5", "F6"],
  48. "rows": ["F7", "B1", "D4", "D0"]
  49. },
  50. "diode_direction": "COL2ROW",
  51. "processor": "atmega32u4",
  52. "bootloader": "caterina",
  53. "layouts": {
  54. "LAYOUT": {
  55. "layout": [
  56. {"x": 0, "y": 0, "matrix": [3, 1]},
  57. {"x": 1, "y": 0, "matrix": [0, 0]},
  58. {"x": 2, "y": 0, "matrix": [0, 1]},
  59. {"x": 3, "y": 0, "matrix": [0, 2]},
  60. {"x": 4, "y": 0, "matrix": [0, 3]},
  61. {"x": 5, "y": 0, "matrix": [0, 4]},
  62. {"x": 6, "y": 0, "matrix": [0, 5]},
  63. {"x": 7, "y": 0, "matrix": [0, 6]},
  64. {"x": 8, "y": 0, "matrix": [0, 7]},
  65. {"x": 9, "y": 0, "matrix": [0, 8]},
  66. {"x": 10, "y": 0, "matrix": [0, 9]},
  67. {"x": 11, "y": 0, "w": 1.25, "matrix": [0, 10]},
  68. {"x": 0, "y": 1, "w": 1.25, "matrix": [3, 0]},
  69. {"x": 1.25, "y": 1, "matrix": [1, 0]},
  70. {"x": 2.25, "y": 1, "matrix": [1, 1]},
  71. {"x": 3.25, "y": 1, "matrix": [1, 2]},
  72. {"x": 4.25, "y": 1, "matrix": [1, 3]},
  73. {"x": 5.25, "y": 1, "matrix": [1, 4]},
  74. {"x": 6.25, "y": 1, "matrix": [1, 5]},
  75. {"x": 7.25, "y": 1, "matrix": [1, 6]},
  76. {"x": 8.25, "y": 1, "matrix": [1, 7]},
  77. {"x": 9.25, "y": 1, "matrix": [1, 8]},
  78. {"x": 10.25, "y": 1, "matrix": [1, 9]},
  79. {"x": 11.25, "y": 1, "matrix": [1, 10]},
  80. {"x": 0.25, "y": 2, "w": 1.5, "matrix": [2, 0]},
  81. {"x": 1.75, "y": 2, "matrix": [2, 1]},
  82. {"x": 2.75, "y": 2, "matrix": [2, 2]},
  83. {"x": 3.75, "y": 2, "matrix": [2, 3]},
  84. {"x": 4.75, "y": 2, "matrix": [2, 4]},
  85. {"x": 5.75, "y": 2, "matrix": [2, 5]},
  86. {"x": 6.75, "y": 2, "matrix": [2, 6]},
  87. {"x": 7.75, "y": 2, "matrix": [2, 7]},
  88. {"x": 8.75, "y": 2, "matrix": [2, 8]},
  89. {"x": 9.75, "y": 2, "matrix": [2, 9]},
  90. {"x": 10.75, "y": 2, "w": 1.25, "matrix": [2, 10]},
  91. {"x": 1.25, "y": 3, "w": 1.25, "matrix": [3, 2]},
  92. {"x": 2.5, "y": 3, "matrix": [3, 3]},
  93. {"x": 3.5, "y": 3, "matrix": [3, 4]},
  94. {"x": 4.5, "y": 3, "w": 2, "matrix": [3, 5]},
  95. {"x": 6.5, "y": 3, "w": 2, "matrix": [3, 6]},
  96. {"x": 8.5, "y": 3, "matrix": [3, 8]},
  97. {"x": 9.5, "y": 3, "w": 1.25, "matrix": [3, 9]}
  98. ]
  99. }
  100. }
  101. }