logo

qmk_firmware

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

keyboard.json (1585B)


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