You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
556 B

  1. {
  2. "keyboard_name": "%KEYBOARD%",
  3. "maintainer": "%USER_NAME%",
  4. "manufacturer": "%REAL_NAME%",
  5. "processor": "%MCU%",
  6. "bootloader": "%BOOTLOADER%",
  7. "diode_direction": "COL2ROW",
  8. "matrix_pins": {
  9. "cols": ["C2"],
  10. "rows": ["D1"]
  11. },
  12. "usb": {
  13. "vid": "0xFEED",
  14. "pid": "0x0000",
  15. "device_version": "1.0.0"
  16. },
  17. "features": {
  18. "bootmagic": true,
  19. "command": false,
  20. "console": false,
  21. "extrakey": true,
  22. "mousekey": true,
  23. "nkro": true
  24. }
  25. }