keyboard.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "keyboard_name": "BAMFK-4",
  3. "manufacturer": "Keebio",
  4. "url": "https://keeb.io",
  5. "maintainer": "nooges",
  6. "usb": {
  7. "vid": "0xCB10",
  8. "pid": "0x1114",
  9. "device_version": "0.0.1"
  10. },
  11. "ws2812": {
  12. "pin": "D3"
  13. },
  14. "rgb_matrix": {
  15. "animations":{
  16. "alphas_mods": true,
  17. "gradient_up_down": true,
  18. "gradient_left_right": true,
  19. "breathing": true,
  20. "band_sat": true,
  21. "band_val": true,
  22. "band_pinwheel_sat": true,
  23. "band_pinwheel_val": true,
  24. "band_spiral_sat": true,
  25. "band_spiral_val": true,
  26. "cycle_all": true,
  27. "cycle_left_right": true,
  28. "cycle_up_down": true,
  29. "rainbow_moving_chevron": true,
  30. "cycle_out_in": true,
  31. "cycle_out_in_dual": true,
  32. "cycle_pinwheel": true,
  33. "cycle_spiral": true,
  34. "dual_beacon": true,
  35. "rainbow_beacon": true,
  36. "rainbow_pinwheels": true,
  37. "typing_heatmap": true,
  38. "digital_rain": true,
  39. "solid_reactive_simple": true,
  40. "solid_reactive": true,
  41. "solid_reactive_wide": true,
  42. "solid_reactive_multiwide": true,
  43. "solid_reactive_cross": true,
  44. "solid_reactive_multicross": true,
  45. "solid_reactive_nexus": true,
  46. "solid_reactive_multinexus": true,
  47. "splash": true,
  48. "multisplash": true,
  49. "solid_splash": true,
  50. "solid_multisplash": true
  51. },
  52. "driver": "ws2812",
  53. "max_brightness": 160,
  54. "sleep": true
  55. },
  56. "rgblight": {
  57. "saturation_steps": 8,
  58. "brightness_steps": 8,
  59. "led_count": 32,
  60. "max_brightness": 120,
  61. "sleep": true,
  62. "animations": {
  63. "breathing": true,
  64. "rainbow_mood": true,
  65. "rainbow_swirl": true,
  66. "snake": true,
  67. "knight": true,
  68. "christmas": true,
  69. "static_gradient": true,
  70. "rgb_test": true,
  71. "alternating": true,
  72. "twinkle": true
  73. },
  74. "default": {
  75. "val": 120
  76. }
  77. },
  78. "build": {
  79. "lto": true
  80. },
  81. "features": {
  82. "bootmagic": true,
  83. "command": false,
  84. "console": true,
  85. "extrakey": true,
  86. "mousekey": false,
  87. "nkro": false,
  88. "rgb_matrix": true
  89. },
  90. "qmk": {
  91. "locking": {
  92. "enabled": true,
  93. "resync": true
  94. }
  95. },
  96. "matrix_pins": {
  97. "cols": ["E6", "D5", "B6", "B7"],
  98. "rows": ["F0"]
  99. },
  100. "diode_direction": "COL2ROW",
  101. "processor": "atmega32u4",
  102. "bootloader": "atmel-dfu",
  103. "layouts": {
  104. "LAYOUT": {
  105. "layout": [
  106. {"matrix": [0, 0], "x": 0, "y": 0, "w": 2, "h": 2},
  107. {"matrix": [0, 1], "x": 2, "y": 0, "w": 2, "h": 2},
  108. {"matrix": [0, 2], "x": 4, "y": 0, "w": 2, "h": 2},
  109. {"matrix": [0, 3], "x": 6, "y": 0, "w": 2, "h": 2}
  110. ]
  111. }
  112. }
  113. }