info.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. "animations": {
  15. "breathing": true,
  16. "rainbow_mood": true,
  17. "rainbow_swirl": true,
  18. "snake": true,
  19. "knight": true,
  20. "christmas": true,
  21. "static_gradient": true,
  22. "rgb_test": true,
  23. "alternating": true,
  24. "twinkle": true
  25. }
  26. },
  27. "ws2812": {
  28. "pin": "E6"
  29. },
  30. "matrix_pins": {
  31. "cols": ["D6", "D7", "B4", "B5", "B6", "C6"],
  32. "rows": ["C7"]
  33. },
  34. "diode_direction": "COL2ROW",
  35. "processor": "atmega32u4",
  36. "bootloader": "atmel-dfu",
  37. "layouts": {
  38. "LAYOUT": {
  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": [0, 4], "x": 4, "y": 0},
  45. {"matrix": [0, 5], "x": 5, "y": 0, "w": 2}
  46. ]
  47. }
  48. }
  49. }