keyboard.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "manufacturer": "ScottoKeebs",
  3. "keyboard_name": "ScottoFrog",
  4. "maintainer": "joe-scotto",
  5. "diode_direction": "COL2ROW",
  6. "development_board": "promicro",
  7. "features": {
  8. "bootmagic": true,
  9. "command": false,
  10. "console": false,
  11. "extrakey": true,
  12. "mousekey": true,
  13. "nkro": true
  14. },
  15. "build": {
  16. "lto": true
  17. },
  18. "matrix_pins": {
  19. "cols": ["D0", "D4", "C6", "D7", "E6", "B4", "B5"],
  20. "rows": ["B1", "B3", "B2", "B6"]
  21. },
  22. "url": "https://scottokeebs.com",
  23. "usb": {
  24. "device_version": "1.0.0",
  25. "pid": "0x0017",
  26. "vid": "0x534B"
  27. },
  28. "layouts": {
  29. "LAYOUT_ortho_3x5_5": {
  30. "layout": [
  31. { "matrix": [0, 1], "x": 1, "y": 0 },
  32. { "matrix": [0, 2], "x": 2, "y": 0 },
  33. { "matrix": [0, 3], "x": 3, "y": 0 },
  34. { "matrix": [0, 4], "x": 4, "y": 0 },
  35. { "matrix": [0, 5], "x": 5, "y": 0 },
  36. { "matrix": [1, 1], "x": 1, "y": 1 },
  37. { "matrix": [1, 2], "x": 2, "y": 1 },
  38. { "matrix": [1, 3], "x": 3, "y": 1 },
  39. { "matrix": [1, 4], "x": 4, "y": 1 },
  40. { "matrix": [1, 5], "x": 5, "y": 1 },
  41. { "matrix": [2, 1], "x": 1, "y": 2 },
  42. { "matrix": [2, 2], "x": 2, "y": 2 },
  43. { "matrix": [2, 3], "x": 3, "y": 2 },
  44. { "matrix": [2, 4], "x": 4, "y": 2 },
  45. { "matrix": [2, 5], "x": 5, "y": 2 },
  46. { "matrix": [3, 0], "x": 0, "y": 2, "h": 2 },
  47. { "matrix": [3, 1], "x": 1, "y": 3, "w": 1.5 },
  48. { "matrix": [3, 3], "x": 2.5, "y": 3, "w": 2 },
  49. { "matrix": [3, 5], "x": 4.5, "y": 3, "w": 1.5 },
  50. { "matrix": [3, 6], "x": 6, "y": 2, "h": 2 }
  51. ]
  52. }
  53. }
  54. }