keyboard.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": false,
  15. "encoder": true,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": false
  19. },
  20. "matrix_pins": {
  21. "cols": ["F6", "F5", "F4"],
  22. "rows": ["F7", "B1"]
  23. },
  24. "diode_direction": "COL2ROW",
  25. "encoder": {
  26. "rotary": [
  27. {"pin_a": "B3", "pin_b": "B2"}
  28. ]
  29. },
  30. "indicators": {
  31. "caps_lock": "D0",
  32. "num_lock": "D4",
  33. "scroll_lock": "C6",
  34. "compose": "E6",
  35. "kana": "D7"
  36. },
  37. "processor": "atmega32u4",
  38. "bootloader": "caterina",
  39. "community_layouts": ["ortho_2x3"],
  40. "layouts": {
  41. "LAYOUT_ortho_2x3": {
  42. "layout": [
  43. {"matrix": [0, 0], "x": 0, "y": 0},
  44. {"matrix": [0, 1], "x": 1, "y": 0},
  45. {"matrix": [0, 2], "x": 2, "y": 0},
  46. {"matrix": [1, 0], "x": 0, "y": 1},
  47. {"matrix": [1, 1], "x": 1, "y": 1},
  48. {"matrix": [1, 2], "x": 2, "y": 1}
  49. ]
  50. }
  51. }
  52. }