keyboard.json 1.4 KB

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