logo

qmk_firmware

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

keyboard.json (3751B)


  1. {
  2. "keyboard_name": "Jian",
  3. "usb": {
  4. "device_version": "1.0.0"
  5. },
  6. "split": {
  7. "enabled": true
  8. },
  9. "matrix_pins": {
  10. "cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2"],
  11. "rows": ["D3", "D2", "E6", "B4"]
  12. },
  13. "diode_direction": "COL2ROW",
  14. "dip_switch": {
  15. "matrix_grid": [
  16. [1, 0], [2, 0], [3, 0], [3, 1], [3, 2], [3, 3],
  17. [7, 3], [7, 2], [7, 1], [7, 0], [6, 0], [5, 0]
  18. ]
  19. },
  20. "backlight": {
  21. "pin": "B6",
  22. "levels": 5
  23. },
  24. "rgblight": {
  25. "hue_steps": 10,
  26. "led_count": 7,
  27. "sleep": true,
  28. "split": true,
  29. "animations": {
  30. "breathing": true,
  31. "rainbow_mood": true,
  32. "rainbow_swirl": true,
  33. "snake": true,
  34. "knight": true,
  35. "christmas": true,
  36. "static_gradient": true,
  37. "rgb_test": true,
  38. "alternating": true,
  39. "twinkle": true
  40. }
  41. },
  42. "ws2812": {
  43. "pin": "D4"
  44. },
  45. "processor": "atmega32u4",
  46. "bootloader": "caterina",
  47. "features": {
  48. "backlight": true,
  49. "rgblight": true,
  50. "dip_switch": true
  51. },
  52. "layouts": {
  53. "LAYOUT": {
  54. "layout": [
  55. {"matrix": [0, 0], "x": 0, "y": 1.5},
  56. {"matrix": [0, 1], "x": 1, "y": 0.75},
  57. {"matrix": [0, 2], "x": 2, "y": 0.625},
  58. {"matrix": [0, 3], "x": 3, "y": 0.25},
  59. {"matrix": [0, 4], "x": 4, "y": 0},
  60. {"matrix": [0, 5], "x": 5, "y": 0.25},
  61. {"matrix": [0, 6], "x": 6, "y": 0.375},
  62. {"matrix": [4, 6], "x": 10, "y": 0.375},
  63. {"matrix": [4, 5], "x": 11, "y": 0.25},
  64. {"matrix": [4, 4], "x": 12, "y": 0},
  65. {"matrix": [4, 3], "x": 13, "y": 0.25},
  66. {"matrix": [4, 2], "x": 14, "y": 0.625},
  67. {"matrix": [4, 1], "x": 15, "y": 0.75},
  68. {"matrix": [4, 0], "x": 16, "y": 1.5},
  69. {"matrix": [1, 1], "x": 1, "y": 1.75},
  70. {"matrix": [1, 2], "x": 2, "y": 1.625},
  71. {"matrix": [1, 3], "x": 3, "y": 1.25},
  72. {"matrix": [1, 4], "x": 4, "y": 1},
  73. {"matrix": [1, 5], "x": 5, "y": 1.25},
  74. {"matrix": [1, 6], "x": 6, "y": 1.375},
  75. {"matrix": [5, 6], "x": 10, "y": 1.375},
  76. {"matrix": [5, 5], "x": 11, "y": 1.25},
  77. {"matrix": [5, 4], "x": 12, "y": 1},
  78. {"matrix": [5, 3], "x": 13, "y": 1.25},
  79. {"matrix": [5, 2], "x": 14, "y": 1.625},
  80. {"matrix": [5, 1], "x": 15, "y": 1.75},
  81. {"matrix": [2, 1], "x": 1, "y": 2.75},
  82. {"matrix": [2, 2], "x": 2, "y": 2.625},
  83. {"matrix": [2, 3], "x": 3, "y": 2.25},
  84. {"matrix": [2, 4], "x": 4, "y": 2},
  85. {"matrix": [2, 5], "x": 5, "y": 2.25},
  86. {"matrix": [2, 6], "x": 6, "y": 2.375},
  87. {"matrix": [6, 6], "x": 10, "y": 2.375},
  88. {"matrix": [6, 5], "x": 11, "y": 2.25},
  89. {"matrix": [6, 4], "x": 12, "y": 2},
  90. {"matrix": [6, 3], "x": 13, "y": 2.25},
  91. {"matrix": [6, 2], "x": 14, "y": 2.625},
  92. {"matrix": [6, 1], "x": 15, "y": 2.75},
  93. {"matrix": [3, 4], "x": 5, "y": 3.25},
  94. {"matrix": [3, 5], "x": 6, "y": 3.375},
  95. {"matrix": [3, 6], "x": 7, "y": 3.5},
  96. {"matrix": [7, 6], "x": 9, "y": 3.5},
  97. {"matrix": [7, 5], "x": 10, "y": 3.375},
  98. {"matrix": [7, 4], "x": 11, "y": 3.25}
  99. ]
  100. }
  101. }
  102. }