keyboard.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "manufacturer": "dlip",
  3. "keyboard_name": "chouchou",
  4. "maintainer": "dlip",
  5. "bootloader": "rp2040",
  6. "features": {
  7. "bootmagic": true,
  8. "command": false,
  9. "console": false,
  10. "extrakey": true,
  11. "mousekey": false,
  12. "nkro": true
  13. },
  14. "matrix_pins": {
  15. "direct": [
  16. ["GP0", "GP1", "GP2", "GP3", "GP4", "GP5", "GP6", "GP7", "GP8", "GP9", "GP10", "GP11", "GP12", "GP13", "GP14", "GP15", "GP26", "GP27", "GP28", "GP29"]
  17. ]
  18. },
  19. "processor": "RP2040",
  20. "url": "https://github.com/dlip/chouchou",
  21. "usb": {
  22. "device_version": "1.0.0",
  23. "pid": "0x0117",
  24. "vid": "0xFABE"
  25. },
  26. "layouts": {
  27. "LAYOUT_split_2x4_2": {
  28. "layout": [
  29. {"matrix": [0, 16], "x": 0, "y": 0.88},
  30. {"matrix": [0, 17], "x": 1, "y": 0.38},
  31. {"matrix": [0, 18], "x": 2, "y": 0},
  32. {"matrix": [0, 19], "x": 3, "y": 0.38},
  33. {"matrix": [0, 0], "x": 4, "y": 0.38},
  34. {"matrix": [0, 1], "x": 5, "y": 0},
  35. {"matrix": [0, 2], "x": 6, "y": 0.38},
  36. {"matrix": [0, 3], "x": 7, "y": 0.88},
  37. {"matrix": [0, 12], "x": 0, "y": 1.88},
  38. {"matrix": [0, 13], "x": 1, "y": 1.38},
  39. {"matrix": [0, 14], "x": 2, "y": 1},
  40. {"matrix": [0, 15], "x": 3, "y": 1.38},
  41. {"matrix": [0, 4], "x": 4, "y": 1.38},
  42. {"matrix": [0, 5], "x": 5, "y": 1},
  43. {"matrix": [0, 6], "x": 6, "y": 1.38},
  44. {"matrix": [0, 7], "x": 7, "y": 1.88},
  45. {"matrix": [0, 11], "x": 2, "y": 2.38},
  46. {"matrix": [0, 10], "x": 3, "y": 2.5},
  47. {"matrix": [0, 9], "x": 4, "y": 2.5},
  48. {"matrix": [0, 8], "x": 5, "y": 2.38}
  49. ]
  50. }
  51. }
  52. }