info.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "keyboard_name": "PRESS",
  3. "manufacturer": "Grid",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x7539",
  9. "device_version": "0.0.5"
  10. },
  11. "matrix_pins": {
  12. "cols": ["F1", "F4", "F5", "F6"],
  13. "rows": ["F0"]
  14. },
  15. "rgblight": {
  16. "hue_steps": 10,
  17. "led_count": 4,
  18. "sleep": true,
  19. "animations": {
  20. "breathing": true,
  21. "rainbow_mood": true,
  22. "rainbow_swirl": true,
  23. "snake": true,
  24. "knight": true,
  25. "christmas": true,
  26. "static_gradient": true,
  27. "rgb_test": true,
  28. "alternating": true,
  29. "twinkle": true
  30. }
  31. },
  32. "ws2812": {
  33. "pin": "B6"
  34. },
  35. "diode_direction": "COL2ROW",
  36. "processor": "atmega32u4",
  37. "bootloader": "atmel-dfu",
  38. "layouts": {
  39. "LAYOUT": {
  40. "layout": [
  41. {"matrix": [0, 0], "x": 0, "y": 0},
  42. {"matrix": [0, 1], "x": 1, "y": 0},
  43. {"matrix": [0, 2], "x": 2, "y": 0},
  44. {"matrix": [0, 3], "x": 3, "y": 0}
  45. ]
  46. }
  47. }
  48. }