logo

qmk_firmware

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

keyboard.json (3129B)


  1. {
  2. "rgblight": {
  3. "saturation_steps": 8,
  4. "brightness_steps": 8,
  5. "led_count": 18,
  6. "sleep": true,
  7. "animations": {
  8. "breathing": true,
  9. "rainbow_mood": true,
  10. "rainbow_swirl": true,
  11. "snake": true,
  12. "knight": true,
  13. "christmas": true,
  14. "static_gradient": true,
  15. "rgb_test": true,
  16. "alternating": true,
  17. "twinkle": true
  18. }
  19. },
  20. "ws2812": {
  21. "pin": "D3"
  22. },
  23. "matrix_pins": {
  24. "cols": ["F4", "F5", "F6", "F7"],
  25. "rows": ["D4", "C6", "D7", "E6", "B4"]
  26. },
  27. "diode_direction": "COL2ROW",
  28. "features": {
  29. "bootmagic": true,
  30. "mousekey": false,
  31. "extrakey": false,
  32. "rgblight": true
  33. },
  34. "qmk": {
  35. "locking": {
  36. "enabled": true,
  37. "resync": true
  38. }
  39. },
  40. "layout_aliases": {
  41. "LAYOUT": "LAYOUT_split_3x5_3"
  42. },
  43. "layouts": {
  44. "LAYOUT_split_3x5_3": {
  45. "layout": [
  46. {"matrix": [0, 0], "x": 0, "y": 0.375},
  47. {"matrix": [1, 0], "x": 1, "y": 0.125},
  48. {"matrix": [2, 0], "x": 2, "y": 0},
  49. {"matrix": [3, 0], "x": 3, "y": 0.125},
  50. {"matrix": [4, 0], "x": 4, "y": 0.25},
  51. {"matrix": [9, 0], "x": 8.2, "y": 0.25},
  52. {"matrix": [8, 0], "x": 9.2, "y": 0.125},
  53. {"matrix": [7, 0], "x": 10.2, "y": 0},
  54. {"matrix": [6, 0], "x": 11.2, "y": 0.125},
  55. {"matrix": [5, 0], "x": 12.2, "y": 0.375},
  56. {"matrix": [0, 1], "x": 0, "y": 1.375},
  57. {"matrix": [1, 1], "x": 1, "y": 1.125},
  58. {"matrix": [2, 1], "x": 2, "y": 1},
  59. {"matrix": [3, 1], "x": 3, "y": 1.125},
  60. {"matrix": [4, 1], "x": 4, "y": 1.25},
  61. {"matrix": [9, 1], "x": 8.2, "y": 1.25},
  62. {"matrix": [8, 1], "x": 9.2, "y": 1.125},
  63. {"matrix": [7, 1], "x": 10.2, "y": 1},
  64. {"matrix": [6, 1], "x": 11.2, "y": 1.125},
  65. {"matrix": [5, 1], "x": 12.2, "y": 1.375},
  66. {"matrix": [0, 2], "x": 0, "y": 2.375},
  67. {"matrix": [1, 2], "x": 1, "y": 2.125},
  68. {"matrix": [2, 2], "x": 2, "y": 2},
  69. {"matrix": [3, 2], "x": 3, "y": 2.125},
  70. {"matrix": [4, 2], "x": 4, "y": 2.25},
  71. {"matrix": [9, 2], "x": 8.2, "y": 2.25},
  72. {"matrix": [8, 2], "x": 9.2, "y": 2.125},
  73. {"matrix": [7, 2], "x": 10.2, "y": 2},
  74. {"matrix": [6, 2], "x": 11.2, "y": 2.125},
  75. {"matrix": [5, 2], "x": 12.2, "y": 2.375},
  76. {"matrix": [0, 3], "x": 3.4, "y": 3.25},
  77. {"matrix": [1, 3], "x": 4.4, "y": 3.55},
  78. {"matrix": [2, 3], "x": 5.4, "y": 3.85},
  79. {"matrix": [7, 3], "x": 6.8, "y": 3.85},
  80. {"matrix": [6, 3], "x": 7.8, "y": 3.55},
  81. {"matrix": [5, 3], "x": 8.8, "y": 3.25}
  82. ]
  83. }
  84. }
  85. }