keyboard.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "keyboard_name": "Winry 25tc",
  3. "manufacturer": "SpiderIsland",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x0000",
  9. "device_version": "0.0.1"
  10. },
  11. "ws2812": {
  12. "pin": "D5"
  13. },
  14. "rgblight": {
  15. "saturation_steps": 8,
  16. "brightness_steps": 8,
  17. "led_count": 40,
  18. "max_brightness": 150,
  19. "animations": {
  20. "rainbow_swirl": true
  21. }
  22. },
  23. "features": {
  24. "bootmagic": true,
  25. "command": false,
  26. "console": false,
  27. "extrakey": true,
  28. "key_lock": true,
  29. "mousekey": false,
  30. "nkro": false,
  31. "rgblight": true
  32. },
  33. "matrix_pins": {
  34. "cols": ["F5", "C7", "B7", "B2", "B4"],
  35. "rows": ["E6", "F0", "D6", "D2", "B6"]
  36. },
  37. "diode_direction": "COL2ROW",
  38. "processor": "atmega32u4",
  39. "bootloader": "atmel-dfu",
  40. "layouts": {
  41. "LAYOUT": {
  42. "layout": [
  43. {"matrix": [0, 0], "x": 0, "y": 0},
  44. {"matrix": [0, 1], "x": 1, "y": 0},
  45. {"matrix": [0, 2], "x": 2, "y": 0},
  46. {"matrix": [0, 3], "x": 3, "y": 0},
  47. {"matrix": [0, 4], "x": 4, "y": 0},
  48. {"matrix": [1, 0], "x": 0, "y": 1},
  49. {"matrix": [1, 1], "x": 1, "y": 1},
  50. {"matrix": [1, 2], "x": 2, "y": 1},
  51. {"matrix": [1, 3], "x": 3, "y": 1},
  52. {"matrix": [1, 4], "x": 4, "y": 1},
  53. {"matrix": [2, 0], "x": 0, "y": 2},
  54. {"matrix": [2, 1], "x": 1, "y": 2},
  55. {"matrix": [2, 2], "x": 2, "y": 2},
  56. {"matrix": [2, 3], "x": 3, "y": 2},
  57. {"matrix": [2, 4], "x": 4, "y": 2},
  58. {"matrix": [3, 0], "x": 0, "y": 3},
  59. {"matrix": [3, 1], "x": 1, "y": 3},
  60. {"matrix": [3, 2], "x": 2, "y": 3},
  61. {"matrix": [3, 3], "x": 3, "y": 3},
  62. {"matrix": [3, 4], "x": 4, "y": 3},
  63. {"matrix": [4, 0], "x": 0, "y": 4},
  64. {"matrix": [4, 1], "x": 1, "y": 4},
  65. {"matrix": [4, 2], "x": 2, "y": 4},
  66. {"matrix": [4, 3], "x": 3, "y": 4},
  67. {"matrix": [4, 4], "x": 4, "y": 4}
  68. ]
  69. }
  70. }
  71. }