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.

40 lines
1.2 KiB

  1. {
  2. "keyboard_name": "Clueboard California",
  3. "url": "",
  4. "maintainer": "skullydazed",
  5. "processor": "STM32F303",
  6. "matrix_pins": {
  7. "direct": [
  8. ["A10", "A9"],
  9. ["A0", "B8"],
  10. [null, "B11"],
  11. ["B9", "A8"],
  12. ["A7", "B1"],
  13. [null, "B2"]
  14. ]
  15. },
  16. "features": {
  17. "mousekey": true,
  18. "extrakey": true,
  19. "console": true,
  20. "command": true,
  21. "audio": true
  22. },
  23. "usb": {"pid": "0x23B0"},
  24. "layouts": {
  25. "LAYOUT": {
  26. "layout": [
  27. {"x": 0, "y": 0, "w": 1, "matrix": [0, 0]},
  28. {"x": 1, "y": 0, "w": 1, "matrix": [0, 1]},
  29. {"x": 0, "y": 1, "w": 1, "matrix": [1, 0]},
  30. {"x": 1, "y": 1, "w": 1, "matrix": [1, 1]},
  31. {"x": 1, "y": 2, "w": 1, "matrix": [2, 1]},
  32. {"x": 1.25, "y": 3, "w": 1, "matrix": [3, 0]},
  33. {"x": 2.25, "y": 3, "w": 1, "matrix": [3, 1]},
  34. {"x": 2, "y": 4, "w": 1, "matrix": [4, 0]},
  35. {"x": 3, "y": 4, "w": 1, "matrix": [4, 1]},
  36. {"x": 3.75, "y": 5, "w": 1, "matrix": [5, 1]}
  37. ]
  38. }
  39. }
  40. }