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.

144 lines
5.2 KiB

  1. {
  2. "keyboard_name": "nack",
  3. "manufacturer": "farfalleflickan",
  4. "url": "https://github.com/farfalleflickan/nack",
  5. "maintainer": "farfalleflickan",
  6. "usb": {
  7. "vid": "0xDA12",
  8. "pid": "0x6060",
  9. "device_version": "0.0.1"
  10. },
  11. "ws2812": {
  12. "pin": "B5",
  13. "driver": "spi"
  14. },
  15. "rgb_matrix": {
  16. "animations": {
  17. "gradient_up_down": true,
  18. "gradient_left_right": true,
  19. "breathing": true,
  20. "band_sat": true,
  21. "band_val": true,
  22. "band_pinwheel_sat": true,
  23. "band_pinwheel_val": true,
  24. "band_spiral_sat": true,
  25. "band_spiral_val": true,
  26. "cycle_all": true,
  27. "cycle_left_right": true,
  28. "cycle_up_down": true,
  29. "rainbow_moving_chevron": true,
  30. "cycle_out_in": true,
  31. "cycle_out_in_dual": true,
  32. "cycle_pinwheel": true,
  33. "cycle_spiral": true,
  34. "dual_beacon": true,
  35. "rainbow_beacon": true,
  36. "rainbow_pinwheels": true,
  37. "raindrops": true,
  38. "jellybean_raindrops": true,
  39. "hue_breathing": true,
  40. "hue_pendulum": true,
  41. "hue_wave": true,
  42. "pixel_rain": true,
  43. "pixel_flow": true,
  44. "pixel_fractal": true,
  45. "typing_heatmap": true,
  46. "digital_rain": true,
  47. "solid_reactive_simple": true,
  48. "solid_reactive": true,
  49. "solid_reactive_wide": true,
  50. "solid_reactive_multiwide": true,
  51. "solid_reactive_cross": true,
  52. "solid_reactive_multicross": true,
  53. "solid_reactive_nexus": true,
  54. "solid_reactive_multinexus": true,
  55. "splash": true,
  56. "multisplash": true,
  57. "solid_splash": true,
  58. "solid_multisplash": true
  59. },
  60. "default": {
  61. "val": 64
  62. },
  63. "driver": "ws2812",
  64. "hue_steps": 10,
  65. "sat_steps": 10,
  66. "val_steps": 10,
  67. "max_brightness": 128
  68. },
  69. "matrix_pins": {
  70. "cols": ["A6", "A7", "A8", "A9", "A10", "B0", "B1", "B2", "B6", "B7", "C13", "C14", "C15"],
  71. "rows": ["A0", "A1", "A2", "A3"]
  72. },
  73. "diode_direction": "ROW2COL",
  74. "processor": "STM32F303",
  75. "bootloader": "stm32-dfu",
  76. "board": "QMK_PROTON_C",
  77. "tapping": {
  78. "toggle": 2
  79. },
  80. "layout_aliases": {
  81. "LAYOUT": "LAYOUT_ortho_4x13"
  82. },
  83. "layouts": {
  84. "LAYOUT_ortho_4x13": {
  85. "layout": [
  86. {"matrix": [0, 0], "x": 0, "y": 0},
  87. {"matrix": [0, 1], "x": 1, "y": 0},
  88. {"matrix": [0, 2], "x": 2, "y": 0},
  89. {"matrix": [0, 3], "x": 3, "y": 0},
  90. {"matrix": [0, 4], "x": 4, "y": 0},
  91. {"matrix": [0, 5], "x": 5, "y": 0},
  92. {"matrix": [0, 6], "x": 6, "y": 0},
  93. {"matrix": [0, 7], "x": 7, "y": 0},
  94. {"matrix": [0, 8], "x": 8, "y": 0},
  95. {"matrix": [0, 9], "x": 9, "y": 0},
  96. {"matrix": [0, 10], "x": 10, "y": 0},
  97. {"matrix": [0, 11], "x": 11, "y": 0},
  98. {"matrix": [0, 12], "x": 12, "y": 0},
  99. {"matrix": [1, 0], "x": 0, "y": 1},
  100. {"matrix": [1, 1], "x": 1, "y": 1},
  101. {"matrix": [1, 2], "x": 2, "y": 1},
  102. {"matrix": [1, 3], "x": 3, "y": 1},
  103. {"matrix": [1, 4], "x": 4, "y": 1},
  104. {"matrix": [1, 5], "x": 5, "y": 1},
  105. {"matrix": [1, 6], "x": 6, "y": 1},
  106. {"matrix": [1, 7], "x": 7, "y": 1},
  107. {"matrix": [1, 8], "x": 8, "y": 1},
  108. {"matrix": [1, 9], "x": 9, "y": 1},
  109. {"matrix": [1, 10], "x": 10, "y": 1},
  110. {"matrix": [1, 11], "x": 11, "y": 1},
  111. {"matrix": [1, 12], "x": 12, "y": 1},
  112. {"matrix": [2, 0], "x": 0, "y": 2},
  113. {"matrix": [2, 1], "x": 1, "y": 2},
  114. {"matrix": [2, 2], "x": 2, "y": 2},
  115. {"matrix": [2, 3], "x": 3, "y": 2},
  116. {"matrix": [2, 4], "x": 4, "y": 2},
  117. {"matrix": [2, 5], "x": 5, "y": 2},
  118. {"matrix": [2, 6], "x": 6, "y": 2},
  119. {"matrix": [2, 7], "x": 7, "y": 2},
  120. {"matrix": [2, 8], "x": 8, "y": 2},
  121. {"matrix": [2, 9], "x": 9, "y": 2},
  122. {"matrix": [2, 10], "x": 10, "y": 2},
  123. {"matrix": [2, 11], "x": 11, "y": 2},
  124. {"matrix": [2, 12], "x": 12, "y": 2},
  125. {"matrix": [3, 0], "x": 0, "y": 3},
  126. {"matrix": [3, 1], "x": 1, "y": 3},
  127. {"matrix": [3, 2], "x": 2, "y": 3},
  128. {"matrix": [3, 3], "x": 3, "y": 3},
  129. {"matrix": [3, 4], "x": 4, "y": 3},
  130. {"matrix": [3, 5], "x": 5, "y": 3},
  131. {"matrix": [3, 6], "x": 6, "y": 3},
  132. {"matrix": [3, 7], "x": 7, "y": 3},
  133. {"matrix": [3, 8], "x": 8, "y": 3},
  134. {"matrix": [3, 9], "x": 9, "y": 3},
  135. {"matrix": [3, 10], "x": 10, "y": 3},
  136. {"matrix": [3, 11], "x": 11, "y": 3},
  137. {"matrix": [3, 12], "x": 12, "y": 3}
  138. ]
  139. }
  140. }
  141. }