info.json 954 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "keyboard_name": "bear_face",
  3. "manufacturer": "chemicalwill",
  4. "url": "https://github.com/chemicalwill/bear_face_pcb",
  5. "maintainer": "chemicalwill",
  6. "debounce": 6,
  7. "usb": {
  8. "vid": "0xFEED",
  9. "pid": "0x09F5",
  10. "force_nkro": true
  11. },
  12. "features": {
  13. "backlight": true,
  14. "bootmagic": false,
  15. "command": false,
  16. "console": false,
  17. "extrakey": true,
  18. "mousekey": false,
  19. "nkro": true
  20. },
  21. "qmk": {
  22. "locking": {
  23. "enabled": true,
  24. "resync": true
  25. }
  26. },
  27. "matrix_pins": {
  28. "cols": ["B5", "C7", "C6", "F0", "E6", "B7", "D0", "D1", "D2", "D3", "D5", "D4", "D6", "D7", "B4"],
  29. "rows": ["F5", "F6", "F4", "F1", "B0", "B6"]
  30. },
  31. "diode_direction": "COL2ROW",
  32. "backlight": {
  33. "driver": "timer",
  34. "pin": "F7"
  35. },
  36. "processor": "atmega32u4",
  37. "bootloader": "atmel-dfu"
  38. }