info.json 862 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "keyboard_name": "The Ruler",
  3. "manufacturer": "Maple Computing",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0x1337",
  8. "pid": "0x6007",
  9. "device_version": "0.0.1"
  10. },
  11. "rgblight": {
  12. "hue_steps": 10,
  13. "led_count": 1
  14. },
  15. "ws2812": {
  16. "pin": "E6"
  17. },
  18. "matrix_pins": {
  19. "cols": ["D6", "D7", "B4", "B5", "B6", "C6"],
  20. "rows": ["C7"]
  21. },
  22. "diode_direction": "COL2ROW",
  23. "processor": "atmega32u4",
  24. "bootloader": "atmel-dfu",
  25. "layouts": {
  26. "LAYOUT": {
  27. "layout": [
  28. {"matrix": [0, 0], "x": 0, "y": 0},
  29. {"matrix": [0, 1], "x": 1, "y": 0},
  30. {"matrix": [0, 2], "x": 2, "y": 0},
  31. {"matrix": [0, 3], "x": 3, "y": 0},
  32. {"matrix": [0, 4], "x": 4, "y": 0},
  33. {"matrix": [0, 5], "x": 5, "y": 0, "w": 2}
  34. ]
  35. }
  36. }
  37. }