logo

qmk_firmware

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

keyboard.json (3398B)


  1. {
  2. "manufacturer": "MechWild",
  3. "keyboard_name": "BB Steno",
  4. "maintainer": "kylemccreery",
  5. "bootloader_instructions": "Hold down the BOOT button, then tap the NRST button on the BlackPill. Avoid touching the A11 and A12 pins.",
  6. "development_board": "blackpill_f401",
  7. "diode_direction": "COL2ROW",
  8. "dip_switch": {
  9. "pins": ["A0"]
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "dip_switch": true,
  14. "nkro": true,
  15. "rgblight": true,
  16. "steno": true
  17. },
  18. "indicators": {
  19. "caps_lock": "C13",
  20. "on_state": 0
  21. },
  22. "matrix_pins": {
  23. "cols": ["B0", "A7", "A6", "A5", "A4", "A3"],
  24. "rows": ["B12", "B10", "B13", "B1", "B14"]
  25. },
  26. "rgblight": {
  27. "animations": {
  28. "alternating": true,
  29. "breathing": true,
  30. "christmas": true,
  31. "knight": true,
  32. "rainbow_mood": true,
  33. "rainbow_swirl": true,
  34. "rgb_test": true,
  35. "snake": true,
  36. "static_gradient": true,
  37. "twinkle": true
  38. },
  39. "brightness_steps": 8,
  40. "led_count": 6,
  41. "saturation_steps": 8,
  42. "sleep": true
  43. },
  44. "url": "https://mechwild.com/product/bb-steno/",
  45. "usb": {
  46. "device_version": "1.1.0",
  47. "force_nkro": true,
  48. "pid": "0x170E",
  49. "shared_endpoint": {
  50. "keyboard": true
  51. },
  52. "vid": "0x6D77"
  53. },
  54. "ws2812": {
  55. "driver": "pwm",
  56. "pin": "B9"
  57. },
  58. "layouts": {
  59. "LAYOUT": {
  60. "layout": [
  61. {"matrix": [0, 0], "x": 0, "y": 0.375},
  62. {"matrix": [0, 1], "x": 1, "y": 0.375},
  63. {"matrix": [0, 2], "x": 2, "y": 0.125},
  64. {"matrix": [0, 3], "x": 3, "y": 0},
  65. {"matrix": [0, 4], "x": 4, "y": 0.125},
  66. {"matrix": [0, 5], "x": 5, "y": 0.125},
  67. {"matrix": [1, 0], "x": 6.75, "y": 0.125},
  68. {"matrix": [1, 1], "x": 7.75, "y": 0.125},
  69. {"matrix": [1, 2], "x": 8.75, "y": 0},
  70. {"matrix": [1, 3], "x": 9.75, "y": 0.125},
  71. {"matrix": [1, 4], "x": 10.75, "y": 0.375},
  72. {"matrix": [1, 5], "x": 11.75, "y": 0.375},
  73. {"matrix": [2, 0], "x": 0, "y": 1.375},
  74. {"matrix": [2, 1], "x": 1, "y": 1.375},
  75. {"matrix": [2, 2], "x": 2, "y": 1.125},
  76. {"matrix": [2, 3], "x": 3, "y": 1},
  77. {"matrix": [2, 4], "x": 4, "y": 1.125},
  78. {"matrix": [2, 5], "x": 5, "y": 1.125},
  79. {"matrix": [3, 0], "x": 6.75, "y": 1.125},
  80. {"matrix": [3, 1], "x": 7.75, "y": 1.125},
  81. {"matrix": [3, 2], "x": 8.75, "y": 1},
  82. {"matrix": [3, 3], "x": 9.75, "y": 1.125},
  83. {"matrix": [3, 4], "x": 10.75, "y": 1.375},
  84. {"matrix": [3, 5], "x": 11.75, "y": 1.375},
  85. {"matrix": [4, 3], "x": 2.75, "y": 3.125, "h": 1.5},
  86. {"matrix": [4, 4], "x": 3.75, "y": 3.125, "h": 1.5},
  87. {"matrix": [4, 5], "x": 4.75, "y": 2.875, "h": 1.5},
  88. {"matrix": [4, 0], "x": 7, "y": 2.875, "h": 1.5},
  89. {"matrix": [4, 1], "x": 8, "y": 3.125, "h": 1.5},
  90. {"matrix": [4, 2], "x": 9, "y": 3.125, "h": 1.5}
  91. ]
  92. }
  93. }
  94. }