keyboard.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. "animations": {
  26. "breathing": true,
  27. "rainbow_mood": true,
  28. "rainbow_swirl": true,
  29. "snake": true,
  30. "knight": true,
  31. "christmas": true,
  32. "static_gradient": true,
  33. "rgb_test": true,
  34. "alternating": true,
  35. "twinkle": true
  36. }
  37. },
  38. "processor": "atmega32u2",
  39. "bootloader": "lufa-dfu",
  40. "features": {
  41. "backlight": true,
  42. "bootmagic": true,
  43. "command": false,
  44. "console": false,
  45. "extrakey": true,
  46. "mousekey": false,
  47. "nkro": false,
  48. "rgblight": true
  49. },
  50. "matrix_pins": {
  51. "direct": [
  52. [null, "D0", "D1"],
  53. ["D4", "D3", "D2"]
  54. ]
  55. },
  56. "layouts": {
  57. "LAYOUT": {
  58. "layout": [
  59. {"x": 1, "y": 0, "matrix": [0, 1]},
  60. {"x": 2, "y": 0, "matrix": [0, 2]},
  61. {"x": 0, "y": 1, "matrix": [1, 0]},
  62. {"x": 1, "y": 1, "matrix": [1, 1]},
  63. {"x": 2, "y": 1, "matrix": [1, 2]}
  64. ]
  65. }
  66. }
  67. }