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.

62 lines
1.6 KiB

  1. {
  2. "keyboard_name": "BongoPad",
  3. "manufacturer": "Ll3macorn",
  4. "url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/ll3macorn/bongopad",
  5. "maintainer": "Ll3macorn",
  6. "usb": {
  7. "vid": "0x3728",
  8. "pid": "0x2949",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": false,
  15. "encoder": true,
  16. "extrakey": true,
  17. "mousekey": false,
  18. "nkro": true,
  19. "oled": true,
  20. "wpm": true
  21. },
  22. "matrix_pins": {
  23. "cols": ["F4", "F5", "F6"],
  24. "rows": ["F7", "D7", "C6", "D4"]
  25. },
  26. "diode_direction": "COL2ROW",
  27. "encoder": {
  28. "rotary": [
  29. {"pin_a": "B1", "pin_b": "B3"}
  30. ]
  31. },
  32. "bootmagic": {
  33. "matrix": [1, 0]
  34. },
  35. "rgblight": {
  36. "led_count": 6
  37. },
  38. "ws2812": {
  39. "pin": "E6"
  40. },
  41. "processor": "atmega32u4",
  42. "bootloader": "atmel-dfu",
  43. "layouts": {
  44. "LAYOUT_default": {
  45. "layout": [
  46. {"matrix": [0, 0], "x": 0, "y": 0},
  47. {"matrix": [1, 0], "x": 0, "y": 1},
  48. {"matrix": [1, 1], "x": 1, "y": 1},
  49. {"matrix": [1, 2], "x": 2, "y": 1},
  50. {"matrix": [2, 0], "x": 0, "y": 2},
  51. {"matrix": [2, 1], "x": 1, "y": 2},
  52. {"matrix": [2, 2], "x": 2, "y": 2},
  53. {"matrix": [3, 0], "x": 0, "y": 3},
  54. {"matrix": [3, 1], "x": 1, "y": 3},
  55. {"matrix": [3, 2], "x": 2, "y": 3}
  56. ]
  57. }
  58. }
  59. }