logo

qmk_firmware

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

keyboard.json (3163B)


  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. "console": true,
  84. "extrakey": true,
  85. "mousekey": false,
  86. "nkro": false,
  87. "rgb_matrix": true
  88. },
  89. "qmk": {
  90. "locking": {
  91. "enabled": true,
  92. "resync": true
  93. }
  94. },
  95. "matrix_pins": {
  96. "cols": ["E6", "D5", "B6", "B7"],
  97. "rows": ["F0"]
  98. },
  99. "diode_direction": "COL2ROW",
  100. "processor": "atmega32u4",
  101. "bootloader": "atmel-dfu",
  102. "layouts": {
  103. "LAYOUT": {
  104. "layout": [
  105. {"matrix": [0, 0], "x": 0, "y": 0, "w": 2, "h": 2},
  106. {"matrix": [0, 1], "x": 2, "y": 0, "w": 2, "h": 2},
  107. {"matrix": [0, 2], "x": 4, "y": 0, "w": 2, "h": 2},
  108. {"matrix": [0, 3], "x": 6, "y": 0, "w": 2, "h": 2}
  109. ]
  110. }
  111. }
  112. }