keyboard.json 956 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "keyboard_name": "iS0",
  3. "manufacturer": "Illuminati Works",
  4. "url": "",
  5. "maintainer": "ai03",
  6. "usb": {
  7. "vid": "0xA103",
  8. "pid": "0x0012",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "backlight": true,
  13. "bootmagic": true,
  14. "command": true,
  15. "console": false,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": true
  19. },
  20. "qmk": {
  21. "locking": {
  22. "enabled": true,
  23. "resync": true
  24. }
  25. },
  26. "matrix_pins": {
  27. "cols": ["D0"],
  28. "rows": ["D2"]
  29. },
  30. "diode_direction": "COL2ROW",
  31. "backlight": {
  32. "pin": "B7",
  33. "levels": 5,
  34. "breathing": true
  35. },
  36. "processor": "atmega32u2",
  37. "bootloader": "atmel-dfu",
  38. "layouts": {
  39. "LAYOUT": {
  40. "layout": [
  41. {"matrix": [0, 0], "x": 0.25, "y": 0, "w": 1.25, "h": 2}
  42. ]
  43. }
  44. }
  45. }