logo

qmk_firmware

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

keyboard.json (2780B)


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