keyboard.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. "features": {
  31. "bootmagic": false,
  32. "command": true,
  33. "console": false,
  34. "extrakey": true,
  35. "mousekey": true,
  36. "nkro": false,
  37. "rgblight": true
  38. },
  39. "qmk": {
  40. "locking": {
  41. "enabled": true,
  42. "resync": true
  43. }
  44. },
  45. "matrix_pins": {
  46. "cols": ["D6", "D7", "B4", "B5", "B6", "C6"],
  47. "rows": ["C7"]
  48. },
  49. "diode_direction": "COL2ROW",
  50. "processor": "atmega32u4",
  51. "bootloader": "atmel-dfu",
  52. "layouts": {
  53. "LAYOUT": {
  54. "layout": [
  55. {"matrix": [0, 0], "x": 0, "y": 0},
  56. {"matrix": [0, 1], "x": 1, "y": 0},
  57. {"matrix": [0, 2], "x": 2, "y": 0},
  58. {"matrix": [0, 3], "x": 3, "y": 0},
  59. {"matrix": [0, 4], "x": 4, "y": 0},
  60. {"matrix": [0, 5], "x": 5, "y": 0, "w": 2}
  61. ]
  62. }
  63. }
  64. }