info.json 1.2 KB

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