info.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "keyboard_name": "Crawlpad",
  3. "manufacturer": "WoodKeys.Click",
  4. "url": "",
  5. "maintainer": "colemarkham",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x6070",
  9. "device_version": "0.0.1"
  10. },
  11. "ws2812": {
  12. "pin": "D3"
  13. },
  14. "matrix_pins": {
  15. "cols": ["D4", "D5", "D6", "D7"],
  16. "rows": ["F0", "F1", "F4", "F5"]
  17. },
  18. "diode_direction": "ROW2COL",
  19. "processor": "atmega32u4",
  20. "bootloader": "atmel-dfu",
  21. "community_layouts": ["ortho_4x4"],
  22. "layouts": {
  23. "LAYOUT_ortho_4x4": {
  24. "layout": [
  25. {"matrix": [0, 0], "x": 0, "y": 0},
  26. {"matrix": [0, 1], "x": 1, "y": 0},
  27. {"matrix": [0, 2], "x": 2, "y": 0},
  28. {"matrix": [0, 3], "x": 3, "y": 0},
  29. {"matrix": [1, 0], "x": 0, "y": 1},
  30. {"matrix": [1, 1], "x": 1, "y": 1},
  31. {"matrix": [1, 2], "x": 2, "y": 1},
  32. {"matrix": [1, 3], "x": 3, "y": 1},
  33. {"matrix": [2, 0], "x": 0, "y": 2},
  34. {"matrix": [2, 1], "x": 1, "y": 2},
  35. {"matrix": [2, 2], "x": 2, "y": 2},
  36. {"matrix": [2, 3], "x": 3, "y": 2},
  37. {"matrix": [3, 0], "x": 0, "y": 3},
  38. {"matrix": [3, 1], "x": 1, "y": 3},
  39. {"matrix": [3, 2], "x": 2, "y": 3},
  40. {"matrix": [3, 3], "x": 3, "y": 3}
  41. ]
  42. }
  43. }
  44. }