keyboard.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. "features": {
  30. "bootmagic": false,
  31. "command": false,
  32. "console": false,
  33. "extrakey": true,
  34. "mousekey": true,
  35. "nkro": true
  36. },
  37. "qmk": {
  38. "locking": {
  39. "enabled": true,
  40. "resync": true
  41. }
  42. },
  43. "matrix_pins": {
  44. "cols": ["D4", "D5", "D6", "D7"],
  45. "rows": ["F0", "F1", "F4", "F5"]
  46. },
  47. "diode_direction": "ROW2COL",
  48. "processor": "atmega32u4",
  49. "bootloader": "atmel-dfu",
  50. "community_layouts": ["ortho_4x4"],
  51. "layouts": {
  52. "LAYOUT_ortho_4x4": {
  53. "layout": [
  54. {"matrix": [0, 0], "x": 0, "y": 0},
  55. {"matrix": [0, 1], "x": 1, "y": 0},
  56. {"matrix": [0, 2], "x": 2, "y": 0},
  57. {"matrix": [0, 3], "x": 3, "y": 0},
  58. {"matrix": [1, 0], "x": 0, "y": 1},
  59. {"matrix": [1, 1], "x": 1, "y": 1},
  60. {"matrix": [1, 2], "x": 2, "y": 1},
  61. {"matrix": [1, 3], "x": 3, "y": 1},
  62. {"matrix": [2, 0], "x": 0, "y": 2},
  63. {"matrix": [2, 1], "x": 1, "y": 2},
  64. {"matrix": [2, 2], "x": 2, "y": 2},
  65. {"matrix": [2, 3], "x": 3, "y": 2},
  66. {"matrix": [3, 0], "x": 0, "y": 3},
  67. {"matrix": [3, 1], "x": 1, "y": 3},
  68. {"matrix": [3, 2], "x": 2, "y": 3},
  69. {"matrix": [3, 3], "x": 3, "y": 3}
  70. ]
  71. }
  72. }
  73. }