info.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "keyboard_name": "Launch Pad",
  3. "manufacturer": "Maple Computing",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0x1337",
  8. "pid": "0x6007",
  9. "device_version": "0.0.1"
  10. },
  11. "rgblight": {
  12. "led_count": 10,
  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. "rgb_test": true,
  22. "alternating": true,
  23. "twinkle": true
  24. }
  25. },
  26. "ws2812": {
  27. "pin": "F6"
  28. },
  29. "matrix_pins": {
  30. "cols": ["D2", "F7"],
  31. "rows": ["C6", "B1", "B3", "D7"]
  32. },
  33. "diode_direction": "COL2ROW",
  34. "processor": "atmega32u4",
  35. "bootloader": "caterina",
  36. "layouts": {
  37. "LAYOUT": {
  38. "layout": [
  39. {"matrix": [0, 0], "x": 0, "y": 0},
  40. {"matrix": [0, 1], "x": 1, "y": 0},
  41. {"matrix": [1, 0], "x": 0, "y": 1},
  42. {"matrix": [1, 1], "x": 1, "y": 1},
  43. {"matrix": [2, 0], "x": 0, "y": 2},
  44. {"matrix": [2, 1], "x": 1, "y": 2},
  45. {"matrix": [3, 0], "x": 0, "y": 3},
  46. {"matrix": [3, 1], "x": 1, "y": 3}
  47. ]
  48. }
  49. }
  50. }