logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (3073B)


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