keyboard.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "manufacturer": "ScottoKeebs",
  3. "keyboard_name": "ScottoMacrodeck",
  4. "maintainer": "joe-scotto",
  5. "development_board": "promicro",
  6. "features": {
  7. "bootmagic": true,
  8. "command": false,
  9. "console": false,
  10. "extrakey": true,
  11. "mousekey": true,
  12. "nkro": true
  13. },
  14. "build" : {
  15. "lto": true,
  16. },
  17. "matrix_pins": {
  18. "direct": [
  19. ["D3", "D2", "D1", null],
  20. ["D0", "D4", "C6", "D7"],
  21. ["E6", "B4", "B5", "F4"]
  22. ]
  23. },
  24. "url": "https://scottokeebs.com",
  25. "usb": {
  26. "device_version": "1.0.0",
  27. "pid": "0x0015",
  28. "vid": "0xFEED"
  29. },
  30. "layouts": {
  31. "LAYOUT": {
  32. "layout": [
  33. // Row 1
  34. { "matrix": [0, 0], "x": 0, "y": 0 },
  35. { "matrix": [0, 1], "x": 1, "y": 0 },
  36. { "matrix": [0, 2], "x": 2, "y": 0 },
  37. // Row 2
  38. { "matrix": [1, 0], "x": 0, "y": 1 },
  39. { "matrix": [1, 1], "x": 1, "y": 1 },
  40. { "matrix": [1, 2], "x": 2, "y": 1 },
  41. { "matrix": [1, 3], "x": 3, "y": 1 },
  42. // Row 3
  43. { "matrix": [2, 0], "x": 0, "y": 2 },
  44. { "matrix": [2, 1], "x": 1, "y": 2 },
  45. { "matrix": [2, 2], "x": 2, "y": 2 },
  46. { "matrix": [2, 3], "x": 3, "y": 2 }
  47. ]
  48. }
  49. }
  50. }