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.

45 lines
1.0 KiB

  1. {
  2. "keyboard_name": "Staryu",
  3. "manufacturer": "K.T.E.C.",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0x1209",
  8. "pid": "0x2328",
  9. "device_version": "2.0.5"
  10. },
  11. "backlight": {
  12. "driver": "timer",
  13. "pins": ["C2", "C7", "D5", "D6", "B0"],
  14. "levels": 10
  15. },
  16. "bootmagic": {
  17. "matrix": [0, 1]
  18. },
  19. "ws2812": {
  20. "pin": "C6"
  21. },
  22. "rgblight": {
  23. "led_count": 1,
  24. "max_brightness": 200
  25. },
  26. "processor": "atmega32u2",
  27. "bootloader": "lufa-dfu",
  28. "matrix_pins": {
  29. "direct": [
  30. [null, "D0", "D1"],
  31. ["D4", "D3", "D2"]
  32. ]
  33. },
  34. "layouts": {
  35. "LAYOUT": {
  36. "layout": [
  37. {"x": 1, "y": 0, "matrix": [0, 1]},
  38. {"x": 2, "y": 0, "matrix": [0, 2]},
  39. {"x": 0, "y": 1, "matrix": [1, 0]},
  40. {"x": 1, "y": 1, "matrix": [1, 1]},
  41. {"x": 2, "y": 1, "matrix": [1, 2]}
  42. ]
  43. }
  44. }
  45. }