keyboard.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "keyboard_name": "MisteRdeck",
  3. "manufacturer": "broekema",
  4. "url": "https://www.thingiverse.com/thing:4627779",
  5. "maintainer": "broekema",
  6. "usb": {
  7. "vid": "0xBEEF",
  8. "pid": "0x6969",
  9. "device_version": "0.0.1"
  10. },
  11. "processor": "atmega32u4",
  12. "bootloader": "caterina",
  13. "diode_direction": "ROW2COL",
  14. "features": {
  15. "bootmagic": false,
  16. "command": false,
  17. "console": true,
  18. "extrakey": true,
  19. "mousekey": true,
  20. "nkro": true
  21. },
  22. "matrix_pins": {
  23. "cols": ["D7", "E6", "B4", "B5"],
  24. "rows": ["D1", "D0", "D4"]
  25. },
  26. "layouts": {
  27. "LAYOUT": {
  28. "layout": [
  29. {"matrix": [0, 0], "x": 0, "y": 0},
  30. {"matrix": [0, 1], "x": 1, "y": 0},
  31. {"matrix": [0, 2], "x": 2, "y": 0},
  32. {"matrix": [0, 3], "x": 3, "y": 0},
  33. {"matrix": [1, 0], "x": 0, "y": 1},
  34. {"matrix": [1, 1], "x": 1, "y": 1},
  35. {"matrix": [1, 2], "x": 2, "y": 1},
  36. {"matrix": [1, 3], "x": 3, "y": 1},
  37. {"matrix": [2, 0], "x": 0, "y": 2},
  38. {"matrix": [2, 1], "x": 1, "y": 2},
  39. {"matrix": [2, 2], "x": 2, "y": 2},
  40. {"matrix": [2, 3], "x": 3, "y": 2}
  41. ]
  42. }
  43. }
  44. }