keyboard.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "keyboard_name": "OWS",
  3. "manufacturer": "ivndbt",
  4. "url": "https://github.com/ivndbt/obiwanstenobit",
  5. "maintainer": "ivndbt",
  6. "usb": {
  7. "vid": "0x6961",
  8. "pid": "0x3033",
  9. "device_version": "0.1.1"
  10. },
  11. "development_board": "promicro_rp2040",
  12. "diode_direction": "COL2ROW",
  13. "matrix_pins": {
  14. "cols": ["GP4", "GP5", "GP6", "GP8", "GP7", "GP22", "GP26", "GP21", "GP23", "GP20"],
  15. "rows": ["GP9", "GP28", "GP27"]
  16. },
  17. "features": {
  18. "bootmagic": true,
  19. "nkro": true,
  20. "steno": true,
  21. "mousekey": false,
  22. "extrakey": true
  23. },
  24. "host": {
  25. "default": {
  26. "nkro": true
  27. }
  28. },
  29. "stenography": {
  30. "enabled": true,
  31. "protocol": "geminipr"
  32. },
  33. "layouts": {
  34. "LAYOUT": {
  35. "layout": [
  36. {"matrix": [2, 8], "x": 0, "y": 0},
  37. {"matrix": [0, 9], "x": 1, "y": 0},
  38. {"matrix": [0, 8], "x": 2, "y": 0},
  39. {"matrix": [0, 7], "x": 3, "y": 0},
  40. {"matrix": [0, 6], "x": 4, "y": 0},
  41. {"matrix": [0, 5], "x": 5, "y": 0},
  42. {"matrix": [0, 0], "x": 8, "y": 0},
  43. {"matrix": [0, 1], "x": 9, "y": 0},
  44. {"matrix": [0, 2], "x": 10, "y": 0},
  45. {"matrix": [0, 3], "x": 11, "y": 0},
  46. {"matrix": [0, 4], "x": 12, "y": 0},
  47. {"matrix": [2, 3], "x": 13, "y": 0},
  48. {"matrix": [2, 9], "x": 0, "y": 1},
  49. {"matrix": [1, 9], "x": 1, "y": 1},
  50. {"matrix": [1, 8], "x": 2, "y": 1},
  51. {"matrix": [1, 7], "x": 3, "y": 1},
  52. {"matrix": [1, 6], "x": 4, "y": 1},
  53. {"matrix": [1, 5], "x": 5, "y": 1},
  54. {"matrix": [1, 0], "x": 8, "y": 1},
  55. {"matrix": [1, 1], "x": 9, "y": 1},
  56. {"matrix": [1, 2], "x": 10, "y": 1},
  57. {"matrix": [1, 3], "x": 11, "y": 1},
  58. {"matrix": [1, 4], "x": 12, "y": 1},
  59. {"matrix": [2, 4], "x": 13, "y": 1},
  60. {"matrix": [2, 7], "x": 3, "y": 3},
  61. {"matrix": [2, 6], "x": 4, "y": 3},
  62. {"matrix": [2, 5], "x": 5, "y": 3},
  63. {"matrix": [2, 0], "x": 8, "y": 3},
  64. {"matrix": [2, 1], "x": 9, "y": 3},
  65. {"matrix": [2, 2], "x": 10, "y": 3}
  66. ]
  67. }
  68. }
  69. }