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.

99 lines
2.8 KiB

  1. {
  2. "manufacturer": "momokai",
  3. "keyboard_name": "Aurora",
  4. "maintainer": "peepeetee",
  5. "bootloader": "atmel-dfu",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "command": false,
  10. "console": false,
  11. "extrakey": true,
  12. "mousekey": true,
  13. "nkro": true,
  14. "rgb_matrix": true
  15. },
  16. "bootmagic": {
  17. "matrix": [1, 0]
  18. },
  19. "matrix_pins": {
  20. "direct": [
  21. ["NO_PIN", "B0", "NO_PIN" ],
  22. ["B4", "D2", "D1" ],
  23. ["D7", "D4", "D6" ]
  24. ]
  25. },
  26. "processor": "atmega32u4",
  27. "url": "",
  28. "usb": {
  29. "device_version": "0.0.1",
  30. "pid": "0x0009",
  31. "vid": "0x69F9"
  32. },
  33. "encoder": {
  34. "enabled": true,
  35. "rotary": [
  36. {
  37. "pin_a": "B2",
  38. "pin_b": "B1"
  39. }
  40. ]
  41. },
  42. "ws2812": {
  43. "pin": "C7"
  44. },
  45. "rgb_matrix": {
  46. "animations": {
  47. "gradient_up_down": true,
  48. "gradient_left_right": true,
  49. "breathing": true,
  50. "band_sat": true,
  51. "band_val": true,
  52. "band_pinwheel_sat": true,
  53. "band_pinwheel_val": true,
  54. "cycle_all": true,
  55. "cycle_left_right": true,
  56. "cycle_up_down": true,
  57. "cycle_out_in": true,
  58. "cycle_spiral": true,
  59. "raindrops": true,
  60. "jellybean_raindrops": true,
  61. "hue_breathing": true,
  62. "hue_wave": true,
  63. "pixel_rain": true,
  64. "pixel_flow": true,
  65. "typing_heatmap": true,
  66. "digital_rain": true,
  67. "solid_reactive_simple": true,
  68. "solid_reactive": true,
  69. "solid_reactive_cross": true,
  70. "solid_reactive_nexus": true,
  71. "splash": true,
  72. "solid_splash": true
  73. },
  74. "driver": "ws2812",
  75. "layout": [
  76. { "flags": 4, "matrix": [2, 0], "x": 51, "y": 51 },
  77. { "flags": 4, "matrix": [1, 0], "x": 51, "y": 38 },
  78. { "flags": 4, "matrix": [1, 1], "x": 102, "y": 38 },
  79. { "flags": 4, "matrix": [2, 1], "x": 102, "y": 51 },
  80. { "flags": 4, "matrix": [2, 2], "x": 154, "y": 51 },
  81. { "flags": 4, "matrix": [1, 2], "x": 154, "y": 38 }
  82. ],
  83. "max_brightness": 200,
  84. "sleep": true
  85. },
  86. "layouts": {
  87. "LAYOUT": {
  88. "layout": [
  89. {"matrix": [0, 1], "x": 1, "y": 0},
  90. {"matrix": [1, 0], "x": 0, "y": 2},
  91. {"matrix": [1, 1], "x": 1, "y": 2},
  92. {"matrix": [1, 2], "x": 2, "y": 2},
  93. {"matrix": [2, 0], "x": 0, "y": 3},
  94. {"matrix": [2, 1], "x": 1, "y": 3},
  95. {"matrix": [2, 2], "x": 2, "y": 3}
  96. ]
  97. }
  98. }
  99. }