logo

qmk_firmware

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

keyboard.json (1551B)


  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. "encoder": true,
  14. "extrakey": true,
  15. "mousekey": false,
  16. "nkro": true,
  17. "oled": true,
  18. "wpm": true
  19. },
  20. "matrix_pins": {
  21. "cols": ["F4", "F5", "F6"],
  22. "rows": ["F7", "D7", "C6", "D4"]
  23. },
  24. "diode_direction": "COL2ROW",
  25. "encoder": {
  26. "rotary": [
  27. {"pin_a": "B1", "pin_b": "B3"}
  28. ]
  29. },
  30. "bootmagic": {
  31. "matrix": [1, 0]
  32. },
  33. "rgblight": {
  34. "led_count": 6
  35. },
  36. "ws2812": {
  37. "pin": "E6"
  38. },
  39. "processor": "atmega32u4",
  40. "bootloader": "atmel-dfu",
  41. "layouts": {
  42. "LAYOUT_default": {
  43. "layout": [
  44. {"matrix": [0, 0], "x": 0, "y": 0},
  45. {"matrix": [1, 0], "x": 0, "y": 1},
  46. {"matrix": [1, 1], "x": 1, "y": 1},
  47. {"matrix": [1, 2], "x": 2, "y": 1},
  48. {"matrix": [2, 0], "x": 0, "y": 2},
  49. {"matrix": [2, 1], "x": 1, "y": 2},
  50. {"matrix": [2, 2], "x": 2, "y": 2},
  51. {"matrix": [3, 0], "x": 0, "y": 3},
  52. {"matrix": [3, 1], "x": 1, "y": 3},
  53. {"matrix": [3, 2], "x": 2, "y": 3}
  54. ]
  55. }
  56. }
  57. }