info.json 614 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "manufacturer": "MechWild",
  3. "url": "mechwild.com",
  4. "maintainer": "kylemccreery",
  5. "usb": {
  6. "vid": "0x6D77"
  7. },
  8. "build": {
  9. "lto": true
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": false,
  15. "debug": false,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "rgblight": true,
  19. "nkro": true
  20. },
  21. "development_board": "promicro",
  22. "rgblight": {
  23. "sleep": true,
  24. "max_brightness": 255
  25. },
  26. "tapping": {
  27. "tap_keycode_delay": 10,
  28. "tap_capslock_delay": 10
  29. }
  30. }