info.json 922 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "keyboard_name": "SCRAMBLE",
  3. "manufacturer": "nullbits",
  4. "url": "https://nullbits.co/scramble",
  5. "maintainer": "jaygreco",
  6. "usb": {
  7. "vid": "0x6E61",
  8. "pid": "0x6062",
  9. "device_version": "0.0.1"
  10. },
  11. "layouts": {
  12. "LAYOUT": {
  13. "layout": [
  14. {
  15. "label": "n",
  16. "x": 0,
  17. "y": 0
  18. },
  19. {
  20. "x": 1,
  21. "y": 0
  22. },
  23. {
  24. "x": 2,
  25. "y": 0
  26. },
  27. {
  28. "x": 0,
  29. "y": 1
  30. },
  31. {
  32. "x": 1,
  33. "y": 1
  34. },
  35. {
  36. "x": 2,
  37. "y": 1
  38. }
  39. ]
  40. }
  41. }
  42. }