keyboard.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "keyboard_name": "lovelive9",
  3. "manufacturer": "numazu Keyboards",
  4. "url": "https://github.com/ginjake",
  5. "maintainer": "ginjake",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x0007",
  9. "device_version": "0.0.1",
  10. "max_power": 400
  11. },
  12. "features": {
  13. "bootmagic": false,
  14. "command": false,
  15. "console": false,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": true,
  19. "rgblight": true
  20. },
  21. "matrix_pins": {
  22. "cols": ["B4", "B6", "B2", "D7", "B1", "F7", "F6", "F5", "F4"],
  23. "rows": [null]
  24. },
  25. "diode_direction": "COL2ROW",
  26. "backlight": {
  27. "breathing_period": 2
  28. },
  29. "rgblight": {
  30. "hue_steps": 10,
  31. "led_count": 9,
  32. "animations": {
  33. "breathing": true,
  34. "rainbow_mood": true,
  35. "rainbow_swirl": true,
  36. "snake": true,
  37. "knight": true,
  38. "christmas": true,
  39. "static_gradient": true,
  40. "rgb_test": true,
  41. "alternating": true,
  42. "twinkle": true
  43. }
  44. },
  45. "ws2812": {
  46. "pin": "D3"
  47. },
  48. "processor": "atmega32u4",
  49. "bootloader": "caterina",
  50. "layouts": {
  51. "LAYOUT": {
  52. "layout": [
  53. {"matrix": [0, 0], "x": 0, "y": 0},
  54. {"matrix": [0, 1], "x": 0.5, "y": 1.25},
  55. {"matrix": [0, 2], "x": 1.5, "y": 2.5},
  56. {"matrix": [0, 3], "x": 2.75, "y": 3.25},
  57. {"matrix": [0, 4], "x": 4, "y": 3.5},
  58. {"matrix": [0, 5], "x": 5.25, "y": 3.25},
  59. {"matrix": [0, 6], "x": 6.5, "y": 2.5},
  60. {"matrix": [0, 7], "x": 7.5, "y": 1.25},
  61. {"matrix": [0, 8], "x": 8, "y": 0}
  62. ]
  63. }
  64. }
  65. }