keyboard.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. "features": {
  13. "bootmagic": true,
  14. "extrakey": true,
  15. "mousekey": true,
  16. "nkro": false,
  17. "pointing_device": true,
  18. "encoder": true
  19. },
  20. "bootmagic": {
  21. "matrix": [0, 3]
  22. },
  23. "ws2812": {
  24. "pin": "B5"
  25. },
  26. "rgblight": {
  27. "led_count": 4,
  28. "max_brightness": 40,
  29. "animations": {
  30. "breathing": true,
  31. "rainbow_mood": true,
  32. "rainbow_swirl": true
  33. }
  34. },
  35. "processor": "atmega32u4",
  36. "bootloader": "atmel-dfu",
  37. "matrix_pins": {
  38. "direct": [
  39. ["D4", "D2", "E6", "B6", "D7", "C6", "C7", "B7"]
  40. ]
  41. },
  42. "encoder": {
  43. "driver": "custom"
  44. },
  45. "layouts": {
  46. "LAYOUT": {
  47. "layout": [
  48. {"x": 1, "y": 0, "h": 2, "matrix": [0, 6]},
  49. {"x": 2, "y": 0, "h": 2, "matrix": [0, 0]},
  50. {"x": 3, "y": 0.25, "h": 1.25, "matrix": [0, 1]},
  51. {"x": 4, "y": 0, "h": 2, "matrix": [0, 2]},
  52. {"x": 5, "y": 0, "h": 2, "matrix": [0, 5]},
  53. {"x": 0, "y": 0, "matrix": [0, 3]},
  54. {"x": 0, "y": 1, "matrix": [0, 4]},
  55. {"x": 3, "y": 1.5, "matrix": [0, 7]}
  56. ]
  57. }
  58. }
  59. }