keyboard.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. "features": {
  37. "bootmagic": false,
  38. "mousekey": false,
  39. "extrakey": true,
  40. "nkro": true
  41. },
  42. "qmk": {
  43. "locking": {
  44. "enabled": true,
  45. "resync": true
  46. }
  47. },
  48. "layouts": {
  49. "LAYOUT": {
  50. "layout": [
  51. {"matrix": [0, 0], "x": 0, "y": 0},
  52. {"matrix": [0, 1], "x": 1, "y": 0},
  53. {"matrix": [1, 0], "x": 0, "y": 1},
  54. {"matrix": [1, 1], "x": 1, "y": 1},
  55. {"matrix": [2, 0], "x": 0, "y": 2},
  56. {"matrix": [2, 1], "x": 1, "y": 2},
  57. {"matrix": [3, 0], "x": 0, "y": 3},
  58. {"matrix": [3, 1], "x": 1, "y": 3}
  59. ]
  60. }
  61. }
  62. }