keyboard.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "keyboard_name": "SOAP",
  3. "manufacturer": "Kingly-Keys",
  4. "url": "https://github.com/TheRoyalSweatshirt/SOAP",
  5. "maintainer": "[TheRoyalSweatshirt](https://github.com/TheRoyalSweatshirt)",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x0003",
  9. "device_version": "0.0.4"
  10. },
  11. "rgblight": {
  12. "led_count": 3,
  13. "animations": {
  14. "breathing": true,
  15. "rainbow_mood": true,
  16. "rainbow_swirl": true,
  17. "snake": true,
  18. "knight": true,
  19. "christmas": true,
  20. "static_gradient": true,
  21. "rgb_test": true,
  22. "alternating": true,
  23. "twinkle": true
  24. }
  25. },
  26. "ws2812": {
  27. "pin": "B6"
  28. },
  29. "features": {
  30. "bootmagic": true,
  31. "command": false,
  32. "console": false,
  33. "encoder": true,
  34. "extrakey": true,
  35. "mousekey": true,
  36. "nkro": true,
  37. "rgblight": true
  38. },
  39. "qmk": {
  40. "locking": {
  41. "enabled": true,
  42. "resync": true
  43. }
  44. },
  45. "matrix_pins": {
  46. "cols": ["F4", "F1", "F0", "D5"],
  47. "rows": ["C7", "C6"]
  48. },
  49. "diode_direction": "COL2ROW",
  50. "encoder": {
  51. "rotary": [
  52. {"pin_a": "D6", "pin_b": "D7"}
  53. ]
  54. },
  55. "processor": "atmega32u4",
  56. "bootloader": "atmel-dfu",
  57. "layouts": {
  58. "LAYOUT": {
  59. "layout": [
  60. {"matrix": [0, 0], "x": 0, "y": 0},
  61. {"matrix": [0, 1], "x": 1, "y": 0},
  62. {"matrix": [0, 2], "x": 2, "y": 0},
  63. {"matrix": [0, 3], "x": 4, "y": 0},
  64. {"matrix": [1, 0], "x": 0, "y": 1},
  65. {"matrix": [1, 1], "x": 1, "y": 1},
  66. {"matrix": [1, 2], "x": 2, "y": 1},
  67. {"matrix": [1, 3], "x": 4, "y": 1}
  68. ]
  69. }
  70. }
  71. }