keyboard.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "keyboard_name": "Booster",
  3. "manufacturer": "Percent Studio",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0x5053",
  8. "pid": "0x4253",
  9. "device_version": "0.0.1"
  10. },
  11. "build": {
  12. "lto": true
  13. },
  14. "features": {
  15. "backlight": true,
  16. "bootmagic": true,
  17. "command": true,
  18. "console": true,
  19. "extrakey": true,
  20. "mousekey": true,
  21. "nkro": false,
  22. "rgblight": true
  23. },
  24. "matrix_pins": {
  25. "cols": ["C7", "D4", "D2", "D0"],
  26. "rows": ["D1", "D6", "D7", "B4", "B5"]
  27. },
  28. "diode_direction": "COL2ROW",
  29. "backlight": {
  30. "pin": "B7"
  31. },
  32. "rgblight": {
  33. "saturation_steps": 8,
  34. "brightness_steps": 8,
  35. "led_count": 10,
  36. "sleep": true,
  37. "animations": {
  38. "breathing": true,
  39. "rainbow_mood": true,
  40. "rainbow_swirl": true,
  41. "snake": true,
  42. "knight": true,
  43. "christmas": true,
  44. "static_gradient": true,
  45. "rgb_test": true,
  46. "alternating": true,
  47. "twinkle": true
  48. }
  49. },
  50. "ws2812": {
  51. "pin": "E2"
  52. },
  53. "processor": "atmega32u4",
  54. "bootloader": "atmel-dfu",
  55. "community_layouts": ["numpad_5x4"],
  56. "layouts": {
  57. "LAYOUT_numpad_5x4": {
  58. "layout": [
  59. {"matrix": [0, 0], "x": 0, "y": 0},
  60. {"matrix": [0, 1], "x": 1, "y": 0},
  61. {"matrix": [0, 2], "x": 2, "y": 0},
  62. {"matrix": [0, 3], "x": 3, "y": 0},
  63. {"matrix": [1, 0], "x": 0, "y": 1},
  64. {"matrix": [1, 1], "x": 1, "y": 1},
  65. {"matrix": [1, 2], "x": 2, "y": 1},
  66. {"matrix": [2, 0], "x": 0, "y": 2},
  67. {"matrix": [2, 1], "x": 1, "y": 2},
  68. {"matrix": [2, 2], "x": 2, "y": 2},
  69. {"matrix": [2, 3], "x": 3, "y": 1, "h": 2},
  70. {"matrix": [3, 0], "x": 0, "y": 3},
  71. {"matrix": [3, 1], "x": 1, "y": 3},
  72. {"matrix": [3, 2], "x": 2, "y": 3},
  73. {"matrix": [4, 0], "x": 0, "y": 4, "w": 2},
  74. {"matrix": [4, 2], "x": 2, "y": 4},
  75. {"matrix": [3, 3], "x": 3, "y": 3, "h": 2}
  76. ]
  77. }
  78. }
  79. }