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.

80 lines
2.0 KiB

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