logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (3215B)


  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. "max_brightness": 200,
  60. "react_on_keyup": true
  61. },
  62. "rgblight": {
  63. "saturation_steps": 8,
  64. "brightness_steps": 8,
  65. "led_count": 6,
  66. "sleep": true,
  67. "animations": {
  68. "breathing": true,
  69. "rainbow_mood": true,
  70. "rainbow_swirl": true,
  71. "snake": true,
  72. "knight": true,
  73. "christmas": true,
  74. "static_gradient": true,
  75. "rgb_test": true,
  76. "alternating": true,
  77. "twinkle": true
  78. }
  79. },
  80. "ws2812": {
  81. "pin": "F0"
  82. },
  83. "features": {
  84. "bootmagic": true,
  85. "extrakey": true,
  86. "mousekey": true,
  87. "nkro": false
  88. },
  89. "matrix_pins": {
  90. "cols": ["F1", "F4", "F5"],
  91. "rows": ["F7", "F6"]
  92. },
  93. "diode_direction": "COL2ROW",
  94. "processor": "atmega32u4",
  95. "bootloader": "atmel-dfu",
  96. "layouts": {
  97. "LAYOUT": {
  98. "layout": [
  99. {"matrix": [0, 0], "x": 0, "y": 0},
  100. {"matrix": [0, 1], "x": 1, "y": 0},
  101. {"matrix": [0, 2], "x": 2, "y": 0},
  102. {"matrix": [1, 0], "x": 0, "y": 1},
  103. {"matrix": [1, 1], "x": 1, "y": 1},
  104. {"matrix": [1, 2], "x": 2, "y": 1}
  105. ]
  106. }
  107. }
  108. }