keyboard.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "keyboard_name": "Launch Pad",
  3. "manufacturer": "Maple Computing",
  4. "maintainer": "qmk",
  5. "usb": {
  6. "vid": "0x1337",
  7. "pid": "0x6007",
  8. "device_version": "0.0.1"
  9. },
  10. "rgblight": {
  11. "led_count": 10,
  12. "animations": {
  13. "breathing": true,
  14. "rainbow_mood": true,
  15. "rainbow_swirl": true,
  16. "snake": true,
  17. "knight": true,
  18. "christmas": true,
  19. "static_gradient": true,
  20. "rgb_test": true,
  21. "alternating": true,
  22. "twinkle": true
  23. }
  24. },
  25. "ws2812": {
  26. "pin": "F6"
  27. },
  28. "matrix_pins": {
  29. "cols": ["D2", "F7"],
  30. "rows": ["C6", "B1", "B3", "D7"]
  31. },
  32. "diode_direction": "COL2ROW",
  33. "development_board": "promicro",
  34. "features": {
  35. "bootmagic": false,
  36. "mousekey": false,
  37. "extrakey": true,
  38. "nkro": true
  39. },
  40. "qmk": {
  41. "locking": {
  42. "enabled": true,
  43. "resync": true
  44. }
  45. },
  46. "layouts": {
  47. "LAYOUT": {
  48. "layout": [
  49. {"matrix": [0, 0], "x": 0, "y": 0},
  50. {"matrix": [0, 1], "x": 1, "y": 0},
  51. {"matrix": [1, 0], "x": 0, "y": 1},
  52. {"matrix": [1, 1], "x": 1, "y": 1},
  53. {"matrix": [2, 0], "x": 0, "y": 2},
  54. {"matrix": [2, 1], "x": 1, "y": 2},
  55. {"matrix": [3, 0], "x": 0, "y": 3},
  56. {"matrix": [3, 1], "x": 1, "y": 3}
  57. ]
  58. }
  59. }
  60. }