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.

62 lines
1.5 KiB

  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. "rgblight": {
  12. "led_count": 3,
  13. "animations": {
  14. "breathing": true,
  15. "rainbow_mood": true,
  16. "rainbow_swirl": true,
  17. "snake": true,
  18. "knight": true,
  19. "christmas": true,
  20. "static_gradient": true,
  21. "rgb_test": true,
  22. "alternating": true,
  23. "twinkle": true
  24. }
  25. },
  26. "ws2812": {
  27. "pin": "D3"
  28. },
  29. "matrix_pins": {
  30. "cols": ["D4", "D5", "D6", "D7"],
  31. "rows": ["F0", "F1", "F4", "F5"]
  32. },
  33. "diode_direction": "ROW2COL",
  34. "processor": "atmega32u4",
  35. "bootloader": "atmel-dfu",
  36. "community_layouts": ["ortho_4x4"],
  37. "layouts": {
  38. "LAYOUT_ortho_4x4": {
  39. "layout": [
  40. {"matrix": [0, 0], "x": 0, "y": 0},
  41. {"matrix": [0, 1], "x": 1, "y": 0},
  42. {"matrix": [0, 2], "x": 2, "y": 0},
  43. {"matrix": [0, 3], "x": 3, "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": [1, 3], "x": 3, "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": [2, 3], "x": 3, "y": 2},
  52. {"matrix": [3, 0], "x": 0, "y": 3},
  53. {"matrix": [3, 1], "x": 1, "y": 3},
  54. {"matrix": [3, 2], "x": 2, "y": 3},
  55. {"matrix": [3, 3], "x": 3, "y": 3}
  56. ]
  57. }
  58. }
  59. }