You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
856 B

  1. {
  2. "keyboard_name": "bradpad",
  3. "url": "https://tempoturtle.com",
  4. "maintainer": "wxyangf",
  5. "width": 4,
  6. "height": 5,
  7. "diode_direction": "ROW2COL",
  8. "matrix_pins":{
  9. "rows":["B7", "D5", "C7", "D2", "D3"],
  10. "cols":["D7", "E6", "B4", "F1"]
  11. },
  12. "usb":{
  13. "vid":"0x7474",
  14. "pid":"0x6270",
  15. "device_ver":"0x0001"
  16. },
  17. "layouts": {
  18. "LAYOUT": {
  19. "layout":[
  20. {"x": 0, "y":0},{"x": 1, "y":0},{"x": 2, "y":0},{"x": 3, "y":0},
  21. {"x": 0, "y":1},{"x": 1, "y":1},{"x": 2, "y":1},{"x": 3, "y":1},
  22. {"x": 0, "y":2},{"x": 1, "y":2},{"x": 2, "y":2},{"x": 3, "y":2},
  23. {"x": 0, "y":3},{"x": 1, "y":3},{"x": 2, "y":3},{"x": 3, "y":3},
  24. {"x": 0, "y":4, "w":2},{"x": 2, "y":4,"w":2}
  25. ]
  26. }
  27. }
  28. }