keyboard.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "manufacturer": "ScottoKeebs",
  3. "keyboard_name": "ScottoDeck",
  4. "maintainer": "joe-scotto",
  5. "bootloader": "rp2040",
  6. "diode_direction": "COL2ROW",
  7. "encoder": {
  8. "rotary": [
  9. {"pin_a": "GP2", "pin_b": "GP3"},
  10. {"pin_a": "GP27", "pin_b": "GP28"}
  11. ]
  12. },
  13. "features": {
  14. "bootmagic": true,
  15. "command": false,
  16. "console": false,
  17. "encoder": true,
  18. "extrakey": true,
  19. "mousekey": true,
  20. "nkro": true
  21. },
  22. "matrix_pins": {
  23. "direct": [
  24. ["GP9", null, null, "GP21"],
  25. ["GP7", "GP8", "GP20", "GP23"],
  26. ["GP5", "GP6", "GP26", "GP22"]
  27. ]
  28. },
  29. "processor": "RP2040",
  30. "url": "https://scottokeebs.com",
  31. "usb": {
  32. "device_version": "1.0.0",
  33. "pid": "0x0024",
  34. "vid": "0xFEED"
  35. },
  36. "layouts": {
  37. "LAYOUT": {
  38. "layout": [
  39. {"matrix": [0, 0], "x": 0, "y": 0},
  40. {"matrix": [0, 3], "x": 3, "y": 0},
  41. {"matrix": [1, 0], "x": 0, "y": 1},
  42. {"matrix": [1, 1], "x": 1, "y": 1},
  43. {"matrix": [1, 2], "x": 2, "y": 1},
  44. {"matrix": [1, 3], "x": 3, "y": 1},
  45. {"matrix": [2, 0], "x": 0, "y": 2},
  46. {"matrix": [2, 1], "x": 1, "y": 2},
  47. {"matrix": [2, 2], "x": 2, "y": 2},
  48. {"matrix": [2, 3], "x": 3, "y": 2}
  49. ]
  50. }
  51. }
  52. }