logo

qmk_firmware

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

keyboard.json (3300B)


  1. {
  2. "keyboard_name": "NEBULA12B",
  3. "manufacturer": "Yiancar-Designs",
  4. "maintainer": "yiancar",
  5. "usb": {
  6. "vid": "0x8968",
  7. "pid": "0x5332",
  8. "device_version": "0.0.1"
  9. },
  10. "ws2812": {
  11. "pin": "D5"
  12. },
  13. "rgb_matrix": {
  14. "animations": {
  15. "alphas_mods": true,
  16. "gradient_up_down": true,
  17. "gradient_left_right": true,
  18. "breathing": true,
  19. "band_sat": true,
  20. "band_val": true,
  21. "band_pinwheel_sat": true,
  22. "band_pinwheel_val": true,
  23. "band_spiral_sat": true,
  24. "band_spiral_val": true,
  25. "cycle_all": true,
  26. "cycle_left_right": true,
  27. "cycle_up_down": true,
  28. "rainbow_moving_chevron": true,
  29. "cycle_out_in": true,
  30. "cycle_out_in_dual": true,
  31. "cycle_pinwheel": true,
  32. "cycle_spiral": true,
  33. "dual_beacon": true,
  34. "rainbow_beacon": true,
  35. "rainbow_pinwheels": true,
  36. "raindrops": true,
  37. "jellybean_raindrops": true,
  38. "hue_breathing": true,
  39. "hue_pendulum": true,
  40. "hue_wave": true,
  41. "pixel_rain": true,
  42. "pixel_flow": true,
  43. "pixel_fractal": true,
  44. "typing_heatmap": true,
  45. "digital_rain": true,
  46. "solid_reactive_simple": true,
  47. "solid_reactive": true,
  48. "solid_reactive_wide": true,
  49. "solid_reactive_multiwide": true,
  50. "solid_reactive_cross": true,
  51. "solid_reactive_multicross": true,
  52. "solid_reactive_nexus": true,
  53. "solid_reactive_multinexus": true,
  54. "splash": true,
  55. "multisplash": true,
  56. "solid_splash": true,
  57. "solid_multisplash": true
  58. },
  59. "driver": "ws2812",
  60. "sleep": true
  61. },
  62. "build": {
  63. "lto": true
  64. },
  65. "features": {
  66. "bootmagic": true,
  67. "extrakey": true,
  68. "mousekey": true,
  69. "nkro": true,
  70. "rgb_matrix": true
  71. },
  72. "matrix_pins": {
  73. "cols": ["F4", "F5", "D7"],
  74. "rows": ["B7", "B4", "F7", "F6"]
  75. },
  76. "diode_direction": "COL2ROW",
  77. "processor": "atmega32u4",
  78. "bootloader": "atmel-dfu",
  79. "layout_aliases": {
  80. "LAYOUT_all": "LAYOUT_ortho_4x3"
  81. },
  82. "layouts": {
  83. "LAYOUT_ortho_4x3": {
  84. "layout": [
  85. {"label": "7", "matrix": [0, 0], "x": 0, "y": 0},
  86. {"label": "8", "matrix": [0, 1], "x": 1, "y": 0},
  87. {"label": "9", "matrix": [0, 2], "x": 2, "y": 0},
  88. {"label": "4", "matrix": [1, 0], "x": 0, "y": 1},
  89. {"label": "5", "matrix": [1, 1], "x": 1, "y": 1},
  90. {"label": "6", "matrix": [1, 2], "x": 2, "y": 1},
  91. {"label": "1", "matrix": [2, 0], "x": 0, "y": 2},
  92. {"label": "2", "matrix": [2, 1], "x": 1, "y": 2},
  93. {"label": "3", "matrix": [2, 2], "x": 2, "y": 2},
  94. {"label": "Fn", "matrix": [3, 0], "x": 0, "y": 3},
  95. {"label": "0", "matrix": [3, 1], "x": 1, "y": 3},
  96. {"label": ".", "matrix": [3, 2], "x": 2, "y": 3}
  97. ]
  98. }
  99. }
  100. }