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.

44 lines
1.1 KiB

  1. {
  2. "keyboard_name": "bobPad",
  3. "manufacturer": "Desiboards",
  4. "url": "",
  5. "maintainer": "Ananya Kirti",
  6. "usb": {
  7. "vid": "0x416B",
  8. "pid": "0x0002",
  9. "device_version": "0.0.1"
  10. },
  11. "matrix_pins": {
  12. "cols": ["F6", "F5", "F4"],
  13. "rows": ["F7", "B1"]
  14. },
  15. "diode_direction": "COL2ROW",
  16. "encoder": {
  17. "rotary": [
  18. {"pin_a": "B3", "pin_b": "B2"}
  19. ]
  20. },
  21. "indicators": {
  22. "caps_lock": "D0",
  23. "num_lock": "D4",
  24. "scroll_lock": "C6",
  25. "compose": "E6",
  26. "kana": "D7"
  27. },
  28. "processor": "atmega32u4",
  29. "bootloader": "caterina",
  30. "community_layouts": ["ortho_2x3"],
  31. "layouts": {
  32. "LAYOUT_ortho_2x3": {
  33. "layout": [
  34. {"matrix": [0, 0], "x": 0, "y": 0},
  35. {"matrix": [0, 1], "x": 1, "y": 0},
  36. {"matrix": [0, 2], "x": 2, "y": 0},
  37. {"matrix": [1, 0], "x": 0, "y": 1},
  38. {"matrix": [1, 1], "x": 1, "y": 1},
  39. {"matrix": [1, 2], "x": 2, "y": 1}
  40. ]
  41. }
  42. }
  43. }