keyboard.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "keyboard_name": "Satxri6key",
  3. "manufacturer": "MaiTheSan",
  4. "maintainer": "qmk",
  5. "usb": {
  6. "vid": "0x5350",
  7. "pid": "0x0727",
  8. "device_version": "0.0.1"
  9. },
  10. "rgb_matrix": {
  11. "animations":{
  12. "alphas_mods": true,
  13. "gradient_up_down": true,
  14. "gradient_left_right": true,
  15. "breathing": true,
  16. "band_sat": true,
  17. "band_val": true,
  18. "band_pinwheel_sat": true,
  19. "band_pinwheel_val": true,
  20. "band_spiral_sat": true,
  21. "band_spiral_val": true,
  22. "cycle_all": true,
  23. "cycle_left_right": true,
  24. "cycle_up_down": true,
  25. "rainbow_moving_chevron": true,
  26. "cycle_out_in": true,
  27. "cycle_out_in_dual": true,
  28. "cycle_pinwheel": true,
  29. "cycle_spiral": true,
  30. "dual_beacon": true,
  31. "rainbow_beacon": true,
  32. "rainbow_pinwheels": true,
  33. "raindrops": true,
  34. "jellybean_raindrops": true,
  35. "hue_breathing": true,
  36. "hue_pendulum": true,
  37. "hue_wave": true,
  38. "pixel_fractal": true,
  39. "pixel_rain": true,
  40. "typing_heatmap": true,
  41. "digital_rain": true,
  42. "solid_reactive_simple": true,
  43. "solid_reactive": true,
  44. "solid_reactive_wide": true,
  45. "solid_reactive_multiwide": true,
  46. "solid_reactive_cross": true,
  47. "solid_reactive_multicross": true,
  48. "solid_reactive_nexus": true,
  49. "solid_reactive_multinexus": true,
  50. "splash": true,
  51. "multisplash": true,
  52. "solid_splash": true,
  53. "solid_multisplash": true
  54. },
  55. "default": {
  56. "animation": "solid_reactive_simple"
  57. },
  58. "driver": "ws2812",
  59. "layout": [
  60. {"matrix": [0, 0], "x": 0, "y": 0, "flags": 1},
  61. {"matrix": [0, 1], "x": 112, "y": 0, "flags": 1},
  62. {"matrix": [0, 2], "x": 224, "y": 0, "flags": 1},
  63. {"matrix": [1, 2], "x": 224, "y": 64, "flags": 1},
  64. {"matrix": [1, 1], "x": 112, "y": 64, "flags": 1},
  65. {"matrix": [1, 0], "x": 0, "y": 64, "flags": 1}
  66. ],
  67. "max_brightness": 200,
  68. "react_on_keyup": true
  69. },
  70. "rgblight": {
  71. "saturation_steps": 8,
  72. "brightness_steps": 8,
  73. "led_count": 6,
  74. "sleep": true,
  75. "animations": {
  76. "breathing": true,
  77. "rainbow_mood": true,
  78. "rainbow_swirl": true,
  79. "snake": true,
  80. "knight": true,
  81. "christmas": true,
  82. "static_gradient": true,
  83. "rgb_test": true,
  84. "alternating": true,
  85. "twinkle": true
  86. }
  87. },
  88. "ws2812": {
  89. "pin": "F0"
  90. },
  91. "features": {
  92. "bootmagic": true,
  93. "extrakey": true,
  94. "mousekey": true,
  95. "rgblight": true
  96. },
  97. "matrix_pins": {
  98. "cols": ["F1", "F4", "F5"],
  99. "rows": ["F7", "F6"]
  100. },
  101. "diode_direction": "COL2ROW",
  102. "processor": "atmega32u4",
  103. "bootloader": "atmel-dfu",
  104. "community_layouts": ["ortho_2x3"],
  105. "layout_aliases": {
  106. "LAYOUT": "LAYOUT_ortho_2x3"
  107. },
  108. "layouts": {
  109. "LAYOUT_ortho_2x3": {
  110. "layout": [
  111. {"matrix": [0, 0], "x": 0, "y": 0},
  112. {"matrix": [0, 1], "x": 1, "y": 0},
  113. {"matrix": [0, 2], "x": 2, "y": 0},
  114. {"matrix": [1, 0], "x": 0, "y": 1},
  115. {"matrix": [1, 1], "x": 1, "y": 1},
  116. {"matrix": [1, 2], "x": 2, "y": 1}
  117. ]
  118. }
  119. }
  120. }