logo

qmk_firmware

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

keyboard.json (2064B)


  1. {
  2. "keyboard_name": "bm16a",
  3. "manufacturer": "KPrepublic",
  4. "maintainer": "qmk",
  5. "usb": {
  6. "vid": "0x4B50",
  7. "pid": "0x016A",
  8. "device_version": "0.0.1"
  9. },
  10. "processor": "atmega32u4",
  11. "bootloader": "atmel-dfu",
  12. "features": {
  13. "bootmagic": true,
  14. "mousekey": true,
  15. "extrakey": true,
  16. "nkro": true,
  17. "backlight": true,
  18. "rgblight": true
  19. },
  20. "matrix_pins": {
  21. "rows": ["D3", "D5", "D1", "D2"],
  22. "cols": ["D6", "D4", "D7", "B4"]
  23. },
  24. "diode_direction": "COL2ROW",
  25. "backlight": {
  26. "pin": "B6",
  27. "levels": 5
  28. },
  29. "rgblight": {
  30. "led_count": 4,
  31. "animations": {
  32. "breathing": true,
  33. "rainbow_mood": true,
  34. "rainbow_swirl": true,
  35. "snake": true,
  36. "knight": true,
  37. "christmas": true,
  38. "static_gradient": true,
  39. "rgb_test": true,
  40. "alternating": true,
  41. "twinkle": true
  42. }
  43. },
  44. "ws2812": {
  45. "pin": "E2"
  46. },
  47. "community_layouts": ["ortho_4x4"],
  48. "layouts": {
  49. "LAYOUT_ortho_4x4": {
  50. "layout": [
  51. {"matrix": [0, 0], "x": 0, "y": 0},
  52. {"matrix": [0, 1], "x": 1, "y": 0},
  53. {"matrix": [0, 2], "x": 2, "y": 0},
  54. {"matrix": [0, 3], "x": 3, "y": 0},
  55. {"matrix": [1, 0], "x": 0, "y": 1},
  56. {"matrix": [1, 1], "x": 1, "y": 1},
  57. {"matrix": [1, 2], "x": 2, "y": 1},
  58. {"matrix": [1, 3], "x": 3, "y": 1},
  59. {"matrix": [2, 0], "x": 0, "y": 2},
  60. {"matrix": [2, 1], "x": 1, "y": 2},
  61. {"matrix": [2, 2], "x": 2, "y": 2},
  62. {"matrix": [2, 3], "x": 3, "y": 2},
  63. {"matrix": [3, 0], "x": 0, "y": 3},
  64. {"matrix": [3, 1], "x": 1, "y": 3},
  65. {"matrix": [3, 2], "x": 2, "y": 3},
  66. {"matrix": [3, 3], "x": 3, "y": 3}
  67. ]
  68. }
  69. }
  70. }