logo

qmk_firmware

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

keyboard.json (2066B)


  1. {
  2. "keyboard_name": "Boston Meetup Board",
  3. "manufacturer": "ishtob",
  4. "maintainer": "qmk",
  5. "usb": {
  6. "vid": "0xFB30",
  7. "pid": "0x26BE",
  8. "device_version": "20.1.9"
  9. },
  10. "features": {
  11. "bootmagic": true,
  12. "mousekey": true,
  13. "extrakey": true,
  14. "nkro": true,
  15. "audio": true,
  16. "haptic": true,
  17. "oled": true
  18. },
  19. "haptic": {
  20. "driver": "drv2605l"
  21. },
  22. "rgb_matrix": {
  23. "driver": "ws2812"
  24. },
  25. "matrix_pins": {
  26. "cols": ["A7", "A8", "B2", "B10"],
  27. "rows": ["A3", "B8", "B9", "B1"]
  28. },
  29. "diode_direction": "COL2ROW",
  30. "encoder": {
  31. "rotary": [
  32. {"pin_a": "B13", "pin_b": "B14"}
  33. ]
  34. },
  35. "rgblight": {
  36. "led_count": 10,
  37. "animations": {
  38. "breathing": true,
  39. "rainbow_mood": true,
  40. "rainbow_swirl": true,
  41. "snake": true,
  42. "knight": true,
  43. "christmas": true,
  44. "static_gradient": true,
  45. "rgb_test": true,
  46. "alternating": true,
  47. "twinkle": true
  48. }
  49. },
  50. "ws2812": {
  51. "pin": "B5"
  52. },
  53. "processor": "STM32F303",
  54. "bootloader": "stm32-dfu",
  55. "board": "QMK_PROTON_C",
  56. "debounce": 6,
  57. "layouts": {
  58. "LAYOUT": {
  59. "layout": [
  60. {"matrix": [0, 0], "x": 0, "y": 0},
  61. {"matrix": [1, 0], "x": 0, "y": 1},
  62. {"matrix": [1, 1], "x": 1, "y": 1},
  63. {"matrix": [1, 2], "x": 2, "y": 1},
  64. {"matrix": [1, 3], "x": 3, "y": 1},
  65. {"matrix": [2, 0], "x": 0, "y": 2},
  66. {"matrix": [2, 1], "x": 1, "y": 2},
  67. {"matrix": [2, 2], "x": 2, "y": 2},
  68. {"matrix": [2, 3], "x": 3, "y": 2},
  69. {"matrix": [3, 0], "x": 0, "y": 3},
  70. {"matrix": [3, 1], "x": 1, "y": 3},
  71. {"matrix": [3, 2], "x": 2, "y": 3},
  72. {"matrix": [3, 3], "x": 3, "y": 3}
  73. ]
  74. }
  75. }
  76. }