info.json 846 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "keyboard_name": "cKeys Handwire 101",
  3. "url": "https://ckeys.org/slides/handwire/",
  4. "maintainer": "brandenbyers",
  5. "width": 4,
  6. "height": 4,
  7. "layout_aliases": {
  8. "LAYOUT": "LAYOUT_ortho_4x4"
  9. },
  10. "layouts": {
  11. "LAYOUT_ortho_4x4": {
  12. "layout": [
  13. {"x":0, "y":0},
  14. {"x":1, "y":0},
  15. {"x":2, "y":0},
  16. {"x":3, "y":0},
  17. {"x":0, "y":1},
  18. {"x":1, "y":1},
  19. {"x":2, "y":1},
  20. {"x":3, "y":1},
  21. {"x":0, "y":2},
  22. {"x":1, "y":2},
  23. {"x":2, "y":2},
  24. {"x":3, "y":2},
  25. {"x":0, "y":3},
  26. {"x":1, "y":3},
  27. {"x":2, "y":3},
  28. {"x":3, "y":3}
  29. ]
  30. }
  31. }
  32. }