info.json 377 B

1234567891011121314151617181920212223
  1. {
  2. "keyboard_name": "1K",
  3. "manufacturer": "MakotoKurauchi",
  4. "url": "",
  5. "maintainer": "MakotoKurauchi",
  6. "usb": {
  7. "vid": "0x0009",
  8. "pid": "0x0001",
  9. "device_version": "0.0.1"
  10. },
  11. "matrix_pins": {
  12. "direct": [
  13. ["B0"]
  14. ]
  15. },
  16. "layouts": {
  17. "LAYOUT_ortho_1x1": {
  18. "layout": [
  19. {"x":0, "y":0, "matrix": [0, 0]}
  20. ]
  21. }
  22. }
  23. }