1
0

info.json 862 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "processor": "atmega32u4",
  3. "bootloader": "caterina",
  4. "diode_direction": "COL2ROW",
  5. "matrix_pins": {
  6. "cols": ["D2", "B5", "B4", "E6", "D7"],
  7. "rows": ["B1", "B3", "B2", "B6", "F4", "F5", "F6", "F7"]
  8. },
  9. "features": {
  10. "bootmagic": true,
  11. "command": false,
  12. "console": false,
  13. "mousekey": true,
  14. "extrakey": true,
  15. "encoder": true,
  16. "oled": true,
  17. "rgblight": true,
  18. "nkro": true
  19. },
  20. "rgblight": {
  21. "led_count": 1,
  22. "pin": "D3",
  23. "layers": {
  24. "enabled": true,
  25. "max": 3
  26. }
  27. },
  28. "encoder": {
  29. "rotary": [{ "pin_a": "C6", "pin_b": "D4" }]
  30. },
  31. "usb": {
  32. "device_version": "1.0.0",
  33. "pid": "0x0841",
  34. "vid": "0xFEED"
  35. },
  36. "build": {
  37. "lto": true
  38. }
  39. }