keyboard.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "keyboard_name": "DC MC 001",
  3. "manufacturer": "Daniel Cormier",
  4. "url": "https://imgur.com/a/PM9lQ",
  5. "maintainer": "Daniel Cormier (Twitter: @danielcormier)",
  6. "usb": {
  7. "vid": "0x4443",
  8. "pid": "0x4D43",
  9. "device_version": "0.0.1",
  10. "max_power": 100
  11. },
  12. "encoder": {
  13. "rotary": [
  14. {"pin_a": "B6", "pin_b": "B5"}
  15. ]
  16. },
  17. "bootmagic": {
  18. "matrix": [0, 1]
  19. },
  20. "processor": "atmega32u4",
  21. "bootloader": "caterina",
  22. "features": {
  23. "bootmagic": true,
  24. "command": false,
  25. "console": false,
  26. "encoder": true,
  27. "extrakey": true,
  28. "mousekey": false,
  29. "nkro": false
  30. },
  31. "matrix_pins": {
  32. "direct": [
  33. ["B4", "B0", "B1", "B2", "B3"]
  34. ]
  35. },
  36. "debounce": 50,
  37. "layouts": {
  38. "LAYOUT": {
  39. "layout": [
  40. {"x": 0, "y": 0, "matrix": [0, 0]},
  41. {"x": 1, "y": 0, "matrix": [0, 1]},
  42. {"x": 2, "y": 0, "matrix": [0, 2]},
  43. {"x": 3, "y": 0, "matrix": [0, 3]},
  44. {"x": 4, "y": 0, "matrix": [0, 4]}
  45. ]
  46. }
  47. }
  48. }