logo

qmk_firmware

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

keyboard.json (3894B)


  1. {
  2. "keyboard_name": "Lemon40",
  3. "manufacturer": "HorrorTroll",
  4. "maintainer": "HorrorTroll",
  5. "usb": {
  6. "vid": "0x7516",
  7. "pid": "0x2434",
  8. "device_version": "0.0.1",
  9. "force_nkro": true
  10. },
  11. "rgblight": {
  12. "led_count": 15,
  13. "animations": {
  14. "breathing": true,
  15. "rainbow_mood": true,
  16. "rainbow_swirl": true,
  17. "snake": true,
  18. "knight": true,
  19. "christmas": true,
  20. "static_gradient": true,
  21. "alternating": true
  22. }
  23. },
  24. "ws2812": {
  25. "pin": "F4"
  26. },
  27. "matrix_pins": {
  28. "cols": ["F5", "F6", "B1", "B3", "B2", "B6", "F7"],
  29. "rows": ["D7", "E6", "B4", "B5", "D4", "C6", "D2", "D3"]
  30. },
  31. "diode_direction": "COL2ROW",
  32. "processor": "atmega32u4",
  33. "bootloader": "atmel-dfu",
  34. "features": {
  35. "bootmagic": true,
  36. "mousekey": false,
  37. "extrakey": true,
  38. "nkro": true,
  39. "rgblight": true,
  40. "oled": true,
  41. "wpm": true
  42. },
  43. "build": {
  44. "lto": true
  45. },
  46. "layouts": {
  47. "LAYOUT": {
  48. "layout": [
  49. {"matrix": [0, 0], "x": 0, "y": 0, "w": 1.5},
  50. {"matrix": [0, 1], "x": 1.5, "y": 0},
  51. {"matrix": [0, 2], "x": 2.5, "y": 0},
  52. {"matrix": [0, 3], "x": 3.5, "y": 0},
  53. {"matrix": [0, 4], "x": 4.5, "y": 0},
  54. {"matrix": [0, 5], "x": 5.5, "y": 0},
  55. {"matrix": [0, 6], "x": 8.25, "y": 0},
  56. {"matrix": [4, 0], "x": 9.25, "y": 0},
  57. {"matrix": [4, 1], "x": 10.25, "y": 0},
  58. {"matrix": [4, 2], "x": 11.25, "y": 0},
  59. {"matrix": [4, 3], "x": 12.25, "y": 0},
  60. {"matrix": [4, 4], "x": 13.25, "y": 0},
  61. {"matrix": [4, 5], "x": 14.25, "y": 0, "w": 1.25},
  62. {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.75},
  63. {"matrix": [1, 1], "x": 1.75, "y": 1},
  64. {"matrix": [1, 2], "x": 2.75, "y": 1},
  65. {"matrix": [1, 3], "x": 3.75, "y": 1},
  66. {"matrix": [1, 4], "x": 4.75, "y": 1},
  67. {"matrix": [1, 5], "x": 5.75, "y": 1},
  68. {"matrix": [1, 6], "x": 8.5, "y": 1},
  69. {"matrix": [5, 0], "x": 9.5, "y": 1},
  70. {"matrix": [5, 1], "x": 10.5, "y": 1},
  71. {"matrix": [5, 2], "x": 11.5, "y": 1},
  72. {"matrix": [5, 3], "x": 12.5, "y": 1},
  73. {"matrix": [5, 5], "x": 13.5, "y": 1, "w": 2},
  74. {"matrix": [2, 0], "x": 0, "y": 2, "w": 2.25},
  75. {"matrix": [2, 1], "x": 2.25, "y": 2},
  76. {"matrix": [2, 2], "x": 3.25, "y": 2},
  77. {"matrix": [2, 3], "x": 4.25, "y": 2},
  78. {"matrix": [2, 4], "x": 5.25, "y": 2},
  79. {"matrix": [2, 5], "x": 6.25, "y": 2},
  80. {"matrix": [2, 6], "x": 8, "y": 2},
  81. {"matrix": [6, 0], "x": 9, "y": 2},
  82. {"matrix": [6, 1], "x": 10, "y": 2},
  83. {"matrix": [6, 2], "x": 11, "y": 2},
  84. {"matrix": [6, 3], "x": 12.25, "y": 2},
  85. {"matrix": [6, 4], "x": 13.25, "y": 2},
  86. {"matrix": [6, 5], "x": 14.25, "y": 2, "w": 1.25},
  87. {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25},
  88. {"matrix": [3, 1], "x": 1.25, "y": 3, "w": 1.25},
  89. {"matrix": [3, 2], "x": 3.25, "y": 3, "w": 1.25},
  90. {"matrix": [3, 4], "x": 4.5, "y": 3, "w": 2.75},
  91. {"matrix": [7, 0], "x": 8, "y": 3, "w": 2.25},
  92. {"matrix": [7, 2], "x": 10.25, "y": 3, "w": 1.25},
  93. {"matrix": [7, 3], "x": 12.25, "y": 3},
  94. {"matrix": [7, 4], "x": 13.25, "y": 3},
  95. {"matrix": [7, 5], "x": 14.25, "y": 3}
  96. ]
  97. }
  98. }
  99. }