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.

106 lines
3.4 KiB

  1. {
  2. "keyboard_name": "NK20",
  3. "manufacturer": "Yiancar-Designs",
  4. "url": "www.yiancar-designs.com",
  5. "maintainer": "Yiancar",
  6. "usb": {
  7. "vid": "0x8968",
  8. "pid": "0x4E4E",
  9. "device_version": "0.0.1"
  10. },
  11. "ws2812": {
  12. "pin": "A7",
  13. "driver": "pwm"
  14. },
  15. "rgb_matrix": {
  16. "animations": {
  17. "alphas_mods": true,
  18. "gradient_up_down": true,
  19. "gradient_left_right": true,
  20. "breathing": true,
  21. "band_sat": true,
  22. "band_val": true,
  23. "band_pinwheel_sat": true,
  24. "band_pinwheel_val": true,
  25. "band_spiral_sat": true,
  26. "band_spiral_val": true,
  27. "cycle_all": true,
  28. "cycle_left_right": true,
  29. "cycle_up_down": true,
  30. "rainbow_moving_chevron": true,
  31. "cycle_out_in": true,
  32. "cycle_out_in_dual": true,
  33. "cycle_pinwheel": true,
  34. "cycle_spiral": true,
  35. "dual_beacon": true,
  36. "rainbow_beacon": true,
  37. "rainbow_pinwheels": true,
  38. "raindrops": true,
  39. "jellybean_raindrops": true,
  40. "hue_breathing": true,
  41. "hue_pendulum": true,
  42. "hue_wave": true,
  43. "pixel_rain": true,
  44. "pixel_flow": true,
  45. "pixel_fractal": true,
  46. "typing_heatmap": true,
  47. "digital_rain": true,
  48. "solid_reactive_simple": true,
  49. "solid_reactive": true,
  50. "solid_reactive_wide": true,
  51. "solid_reactive_multiwide": true,
  52. "solid_reactive_cross": true,
  53. "solid_reactive_multicross": true,
  54. "solid_reactive_nexus": true,
  55. "solid_reactive_multinexus": true,
  56. "splash": true,
  57. "multisplash": true,
  58. "solid_splash": true,
  59. "solid_multisplash": true
  60. },
  61. "driver": "ws2812",
  62. "max_brightness": 210,
  63. "sleep": true
  64. },
  65. "matrix_pins": {
  66. "cols": ["B13", "B14", "B15", "A4"],
  67. "rows": ["B12", "A5", "A3", "A2", "A1", "A0"]
  68. },
  69. "diode_direction": "COL2ROW",
  70. "processor": "STM32F072",
  71. "bootloader": "stm32-dfu",
  72. "layout_aliases": {
  73. "LAYOUT_all": "LAYOUT"
  74. },
  75. "layouts": {
  76. "LAYOUT": {
  77. "layout": [
  78. {"matrix": [0, 0], "x": 0, "y": 0},
  79. {"matrix": [0, 1], "x": 1, "y": 0},
  80. {"matrix": [0, 2], "x": 2, "y": 0},
  81. {"matrix": [1, 0], "x": 0, "y": 1},
  82. {"matrix": [1, 1], "x": 1, "y": 1},
  83. {"matrix": [1, 2], "x": 2, "y": 1},
  84. {"matrix": [1, 3], "x": 3, "y": 1},
  85. {"matrix": [2, 0], "x": 0, "y": 2},
  86. {"matrix": [2, 1], "x": 1, "y": 2},
  87. {"matrix": [2, 2], "x": 2, "y": 2},
  88. {"matrix": [2, 3], "x": 3, "y": 2, "h": 2},
  89. {"matrix": [3, 0], "x": 0, "y": 3},
  90. {"matrix": [3, 1], "x": 1, "y": 3},
  91. {"matrix": [3, 2], "x": 2, "y": 3},
  92. {"matrix": [4, 0], "x": 0, "y": 4},
  93. {"matrix": [4, 1], "x": 1, "y": 4},
  94. {"matrix": [4, 2], "x": 2, "y": 4},
  95. {"matrix": [4, 3], "x": 3, "y": 4, "h": 2},
  96. {"matrix": [5, 0], "x": 0, "y": 5, "w": 2},
  97. {"matrix": [5, 2], "x": 2, "y": 5}
  98. ]
  99. }
  100. }
  101. }