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.

67 lines
1.8 KiB

  1. {
  2. "keyboard_name": "NEBULA12",
  3. "manufacturer": "Yiancar-Designs",
  4. "url": "",
  5. "maintainer": "yiancar",
  6. "usb": {
  7. "vid": "0x8968",
  8. "pid": "0x5337",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "extrakey": true,
  14. "mousekey": true,
  15. "nkro": true,
  16. "rgblight": true
  17. },
  18. "rgblight": {
  19. "saturation_steps": 8,
  20. "brightness_steps": 8,
  21. "led_count": 10,
  22. "animations": {
  23. "breathing": true,
  24. "rainbow_mood": true,
  25. "rainbow_swirl": true,
  26. "snake": true,
  27. "knight": true,
  28. "christmas": true,
  29. "static_gradient": true,
  30. "rgb_test": true,
  31. "alternating": true,
  32. "twinkle": true
  33. }
  34. },
  35. "ws2812": {
  36. "pin": "B15",
  37. "driver": "spi"
  38. },
  39. "matrix_pins": {
  40. "cols": ["A9", "C13", "C14"],
  41. "rows": ["A8", "C15", "A0", "A1"]
  42. },
  43. "diode_direction": "COL2ROW",
  44. "processor": "STM32F072",
  45. "bootloader": "stm32-dfu",
  46. "layouts": {
  47. "LAYOUT_ortho_4x3": {
  48. "layout": [
  49. {"matrix": [0, 0], "x": 0, "y": 0},
  50. {"matrix": [0, 1], "x": 1, "y": 0},
  51. {"matrix": [0, 2], "x": 2, "y": 0},
  52. {"matrix": [1, 0], "x": 0, "y": 1},
  53. {"matrix": [1, 1], "x": 1, "y": 1},
  54. {"matrix": [1, 2], "x": 2, "y": 1},
  55. {"matrix": [2, 0], "x": 0, "y": 2},
  56. {"matrix": [2, 1], "x": 1, "y": 2},
  57. {"matrix": [2, 2], "x": 2, "y": 2},
  58. {"matrix": [3, 0], "x": 0, "y": 3},
  59. {"matrix": [3, 1], "x": 1, "y": 3},
  60. {"matrix": [3, 2], "x": 2, "y": 3}
  61. ]
  62. }
  63. }
  64. }