logo

qmk_firmware

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

keyboard.json (3796B)


  1. {
  2. "keyboard_name": "Delilah",
  3. "manufacturer": "rainkeebs",
  4. "url": "https://www.rainkeebs.mx/product/delilah-keyboard-group-buy",
  5. "maintainer": "rainkeebs",
  6. "usb": {
  7. "vid": "0x726B",
  8. "pid": "0x645C",
  9. "device_version": "0.0.1"
  10. },
  11. "rgblight": {
  12. "saturation_steps": 8,
  13. "brightness_steps": 8,
  14. "led_count": 8,
  15. "animations": {
  16. "breathing": true,
  17. "rainbow_mood": true,
  18. "rainbow_swirl": true,
  19. "snake": true,
  20. "knight": true,
  21. "christmas": true,
  22. "static_gradient": true,
  23. "rgb_test": true,
  24. "alternating": true,
  25. "twinkle": true
  26. }
  27. },
  28. "ws2812": {
  29. "pin": "B3"
  30. },
  31. "features": {
  32. "bootmagic": true,
  33. "extrakey": true,
  34. "mousekey": true,
  35. "nkro": true,
  36. "rgblight": true
  37. },
  38. "qmk": {
  39. "locking": {
  40. "enabled": true,
  41. "resync": true
  42. }
  43. },
  44. "matrix_pins": {
  45. "cols": ["F7", "F6", "F5", "F4", "F0", "E6", "D5", "D3", "D4", "D6", "D7", "B4"],
  46. "rows": ["B5", "B6", "C6", "C7"]
  47. },
  48. "diode_direction": "COL2ROW",
  49. "processor": "atmega32u4",
  50. "bootloader": "atmel-dfu",
  51. "layouts": {
  52. "LAYOUT": {
  53. "layout": [
  54. {"x": 0, "y": 0, "matrix": [0, 0]},
  55. {"x": 1, "y": 0, "matrix": [0, 1]},
  56. {"x": 2, "y": 0, "matrix": [0, 2]},
  57. {"x": 3, "y": 0, "matrix": [0, 3]},
  58. {"x": 4, "y": 0, "matrix": [0, 4]},
  59. {"x": 5, "y": 0, "matrix": [0, 5]},
  60. {"x": 6, "y": 0, "matrix": [0, 6]},
  61. {"x": 7, "y": 0, "matrix": [0, 7]},
  62. {"x": 8, "y": 0, "matrix": [0, 8]},
  63. {"x": 9, "y": 0, "matrix": [0, 9]},
  64. {"x": 10, "y": 0, "matrix": [0, 10]},
  65. {"x": 11, "y": 0, "w": 1.25, "matrix": [0, 11]},
  66. {"x": 0, "y": 1, "w": 1.25, "matrix": [1, 0]},
  67. {"x": 1.25, "y": 1, "matrix": [1, 1]},
  68. {"x": 2.25, "y": 1, "matrix": [1, 2]},
  69. {"x": 3.25, "y": 1, "matrix": [1, 3]},
  70. {"x": 4.25, "y": 1, "matrix": [1, 4]},
  71. {"x": 5.25, "y": 1, "matrix": [1, 5]},
  72. {"x": 6.25, "y": 1, "matrix": [1, 6]},
  73. {"x": 7.25, "y": 1, "matrix": [1, 7]},
  74. {"x": 8.25, "y": 1, "matrix": [1, 8]},
  75. {"x": 9.25, "y": 1, "matrix": [1, 9]},
  76. {"x": 10.25, "y": 1, "matrix": [1, 10]},
  77. {"x": 11.25, "y": 1, "matrix": [1, 11]},
  78. {"x": 0, "y": 2, "w": 1.75, "matrix": [2, 0]},
  79. {"x": 1.75, "y": 2, "matrix": [2, 1]},
  80. {"x": 2.75, "y": 2, "matrix": [2, 2]},
  81. {"x": 3.75, "y": 2, "matrix": [2, 3]},
  82. {"x": 4.75, "y": 2, "matrix": [2, 4]},
  83. {"x": 5.75, "y": 2, "matrix": [2, 5]},
  84. {"x": 6.75, "y": 2, "matrix": [2, 6]},
  85. {"x": 7.75, "y": 2, "matrix": [2, 7]},
  86. {"x": 8.75, "y": 2, "matrix": [2, 8]},
  87. {"x": 9.75, "y": 2, "matrix": [2, 9]},
  88. {"x": 10.75, "y": 2, "w": 1.5, "matrix": [2, 11]},
  89. {"x": 0, "y": 3, "w": 1.25, "matrix": [3, 0]},
  90. {"x": 1.25, "y": 3, "matrix": [3, 1]},
  91. {"x": 2.25, "y": 3, "matrix": [3, 2]},
  92. {"x": 3.25, "y": 3, "w": 2.25, "matrix": [3, 3]},
  93. {"x": 5.5, "y": 3, "w": 2.75, "matrix": [3, 6]},
  94. {"x": 9, "y": 3, "matrix": [3, 8]},
  95. {"x": 10, "y": 3, "matrix": [3, 9]},
  96. {"x": 11, "y": 3, "w": 1.25, "matrix": [3, 11]}
  97. ]
  98. }
  99. }
  100. }