info.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "keyboard_name": "craftwalk",
  3. "manufacturer": "sotoba",
  4. "url": "https://github.com/sotoba/craftwalk",
  5. "maintainer": "sotoba",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x2E8F",
  9. "device_version": "0.0.1"
  10. },
  11. "rgblight": {
  12. "saturation_steps": 8,
  13. "brightness_steps": 8,
  14. "led_count": 19,
  15. "sleep": true,
  16. "animations": {
  17. "breathing": true,
  18. "rainbow_mood": true,
  19. "rainbow_swirl": true,
  20. "snake": true,
  21. "static_gradient": true,
  22. "rgb_test": true,
  23. "alternating": true
  24. }
  25. },
  26. "ws2812": {
  27. "pin": "D3"
  28. },
  29. "matrix_pins": {
  30. "cols": ["B1", "F7", "F5", "F4", "B2", "E6", "B4"],
  31. "rows": ["F6", "B3", "B5"]
  32. },
  33. "diode_direction": "COL2ROW",
  34. "processor": "atmega32u4",
  35. "bootloader": "caterina",
  36. "layouts": {
  37. "LAYOUT": {
  38. "layout": [
  39. {"matrix": [0, 1], "x": 1.25, "y": 0.25},
  40. {"matrix": [0, 2], "x": 2.25, "y": 0},
  41. {"matrix": [0, 3], "x": 3.25, "y": 0.25},
  42. {"matrix": [1, 0], "x": 0, "y": 1},
  43. {"matrix": [1, 1], "x": 1.25, "y": 1.25},
  44. {"matrix": [1, 2], "x": 2.25, "y": 1},
  45. {"matrix": [1, 3], "x": 3.25, "y": 1.25},
  46. {"matrix": [2, 0], "x": 0, "y": 2},
  47. {"matrix": [2, 1], "x": 1.25, "y": 2.25},
  48. {"matrix": [2, 2], "x": 2.25, "y": 2},
  49. {"matrix": [2, 3], "x": 3.25, "y": 2.25},
  50. {"matrix": [2, 4], "x": 4.25, "y": 2},
  51. {"matrix": [2, 5], "x": 5.25, "y": 3, "h": 1.5},
  52. {"matrix": [2, 6], "x": 6.25, "y": 3, "h": 1.5}
  53. ]
  54. }
  55. }
  56. }