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.

61 lines
1.6 KiB

  1. {
  2. "keyboard_name": "Cassette8",
  3. "manufacturer": "LAZYDESIGNERS",
  4. "url": "http://lazydesigners.cn",
  5. "maintainer": "Jacky@LAZYDESIGNERS",
  6. "usb": {
  7. "vid": "0x4C44",
  8. "pid": "0x0008",
  9. "device_version": "0.0.1"
  10. },
  11. "rgblight": {
  12. "led_count": 15,
  13. "sleep": true,
  14. "animations": {
  15. "breathing": true,
  16. "rainbow_mood": true,
  17. "rainbow_swirl": true,
  18. "snake": true,
  19. "knight": true,
  20. "christmas": true,
  21. "static_gradient": true,
  22. "rgb_test": true,
  23. "alternating": true,
  24. "twinkle": true
  25. }
  26. },
  27. "ws2812": {
  28. "pin": "C2"
  29. },
  30. "features": {
  31. "bootmagic": true,
  32. "command": false,
  33. "console": false,
  34. "extrakey": true,
  35. "mousekey": true,
  36. "nkro": true,
  37. "rgblight": true
  38. },
  39. "matrix_pins": {
  40. "cols": ["B5", "B4", "B1", "B0"],
  41. "rows": ["B3", "B2"]
  42. },
  43. "diode_direction": "COL2ROW",
  44. "processor": "atmega32u2",
  45. "bootloader": "atmel-dfu",
  46. "layouts": {
  47. "LAYOUT": {
  48. "layout": [
  49. {"matrix": [0, 0], "x": 0, "y": 0},
  50. {"matrix": [0, 1], "x": 1, "y": 0},
  51. {"matrix": [0, 2], "x": 2, "y": 0},
  52. {"matrix": [0, 3], "x": 3, "y": 0},
  53. {"matrix": [1, 0], "x": 0, "y": 1},
  54. {"matrix": [1, 1], "x": 1, "y": 1},
  55. {"matrix": [1, 2], "x": 2, "y": 1},
  56. {"matrix": [1, 3], "x": 3, "y": 1}
  57. ]
  58. }
  59. }
  60. }