keyboard.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "keyboard_name": "RoMac+",
  3. "manufacturer": "TheRoyalSweatshirt",
  4. "url": "",
  5. "maintainer": "TheRoyalSweatshirt",
  6. "usb": {
  7. "vid": "0x4B4B",
  8. "pid": "0x0002",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": false,
  15. "encoder": true,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": false,
  19. "oled": true,
  20. "rgblight": true
  21. },
  22. "qmk": {
  23. "locking": {
  24. "enabled": true,
  25. "resync": true
  26. }
  27. },
  28. "matrix_pins": {
  29. "cols": ["F6", "F5", "F4"],
  30. "rows": ["C6", "D4", "D2", "D3"]
  31. },
  32. "diode_direction": "COL2ROW",
  33. "encoder": {
  34. "rotary": [
  35. {"pin_a": "B3", "pin_b": "B2"}
  36. ]
  37. },
  38. "rgblight": {
  39. "hue_steps": 6,
  40. "saturation_steps": 4,
  41. "brightness_steps": 8,
  42. "led_count": 4,
  43. "animations": {
  44. "breathing": true,
  45. "rainbow_mood": true,
  46. "rainbow_swirl": true,
  47. "snake": true,
  48. "knight": true,
  49. "christmas": true,
  50. "static_gradient": true,
  51. "rgb_test": true,
  52. "alternating": true,
  53. "twinkle": true
  54. }
  55. },
  56. "ws2812": {
  57. "pin": "F7"
  58. },
  59. "processor": "atmega32u4",
  60. "bootloader": "caterina",
  61. "layouts": {
  62. "LAYOUT": {
  63. "layout": [
  64. {"matrix": [0, 0], "x": 0, "y": 0},
  65. {"matrix": [0, 1], "x": 1, "y": 0},
  66. {"matrix": [0, 2], "x": 2, "y": 0},
  67. {"matrix": [1, 0], "x": 0, "y": 1},
  68. {"matrix": [1, 1], "x": 1, "y": 1},
  69. {"matrix": [1, 2], "x": 2, "y": 1},
  70. {"matrix": [2, 0], "x": 0, "y": 2},
  71. {"matrix": [2, 1], "x": 1, "y": 2},
  72. {"matrix": [2, 2], "x": 2, "y": 2},
  73. {"matrix": [3, 0], "x": 0, "y": 3},
  74. {"matrix": [3, 1], "x": 1, "y": 3},
  75. {"matrix": [3, 2], "x": 2, "y": 3}
  76. ]
  77. }
  78. }
  79. }