You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.4 KiB

  1. {
  2. "keyboard_name": "Mouse",
  3. "manufacturer": "PloopyCo",
  4. "url": "www.ploopy.co",
  5. "maintainer": "drashna",
  6. "usb": {
  7. "vid": "0x5043",
  8. "pid": "0x4D6F",
  9. "device_version": "0.0.1",
  10. "max_power": 100
  11. },
  12. "bootmagic": {
  13. "matrix": [0, 3]
  14. },
  15. "ws2812": {
  16. "pin": "B5"
  17. },
  18. "rgblight": {
  19. "led_count": 4,
  20. "max_brightness": 40,
  21. "animations": {
  22. "breathing": true,
  23. "rainbow_mood": true,
  24. "rainbow_swirl": true
  25. }
  26. },
  27. "processor": "atmega32u4",
  28. "bootloader": "atmel-dfu",
  29. "matrix_pins": {
  30. "direct": [
  31. ["D4", "D2", "E6", "B6", "D7", "C6", "C7", "B7"]
  32. ]
  33. },
  34. "features": {
  35. "encoder": true
  36. },
  37. "encoder": {
  38. "driver": "custom"
  39. },
  40. "layouts": {
  41. "LAYOUT": {
  42. "layout": [
  43. {"x": 1, "y": 0, "h": 2, "matrix": [0, 6]},
  44. {"x": 2, "y": 0, "h": 2, "matrix": [0, 0]},
  45. {"x": 3, "y": 0.25, "h": 1.25, "matrix": [0, 1]},
  46. {"x": 4, "y": 0, "h": 2, "matrix": [0, 2]},
  47. {"x": 5, "y": 0, "h": 2, "matrix": [0, 5]},
  48. {"x": 0, "y": 0, "matrix": [0, 3]},
  49. {"x": 0, "y": 1, "matrix": [0, 4]},
  50. {"x": 3, "y": 1.5, "matrix": [0, 7]}
  51. ]
  52. }
  53. }
  54. }