logo

qmk_firmware

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

keyboard.json (1759B)


  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. "extrakey": true,
  15. "mousekey": true,
  16. "nkro": true,
  17. "rgblight": true
  18. },
  19. "matrix_pins": {
  20. "cols": ["B4", "B6", "B2", "D7", "B1", "F7", "F6", "F5", "F4"],
  21. "rows": [null]
  22. },
  23. "diode_direction": "COL2ROW",
  24. "backlight": {
  25. "breathing_period": 2
  26. },
  27. "rgblight": {
  28. "hue_steps": 10,
  29. "led_count": 9,
  30. "animations": {
  31. "breathing": true,
  32. "rainbow_mood": true,
  33. "rainbow_swirl": true,
  34. "snake": true,
  35. "knight": true,
  36. "christmas": true,
  37. "static_gradient": true,
  38. "rgb_test": true,
  39. "alternating": true,
  40. "twinkle": true
  41. }
  42. },
  43. "ws2812": {
  44. "pin": "D3"
  45. },
  46. "processor": "atmega32u4",
  47. "bootloader": "caterina",
  48. "layouts": {
  49. "LAYOUT": {
  50. "layout": [
  51. {"matrix": [0, 0], "x": 0, "y": 0},
  52. {"matrix": [0, 1], "x": 0.5, "y": 1.25},
  53. {"matrix": [0, 2], "x": 1.5, "y": 2.5},
  54. {"matrix": [0, 3], "x": 2.75, "y": 3.25},
  55. {"matrix": [0, 4], "x": 4, "y": 3.5},
  56. {"matrix": [0, 5], "x": 5.25, "y": 3.25},
  57. {"matrix": [0, 6], "x": 6.5, "y": 2.5},
  58. {"matrix": [0, 7], "x": 7.5, "y": 1.25},
  59. {"matrix": [0, 8], "x": 8, "y": 0}
  60. ]
  61. }
  62. }
  63. }