info.json 1.2 KB

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