logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (2694B)


  1. {
  2. "manufacturer": "Raspberry Pi",
  3. "keyboard_name": "DirectPins RP2040",
  4. "maintainer": "jepler",
  5. "bootloader": "rp2040",
  6. "features": {
  7. "bootmagic": true,
  8. "extrakey": true,
  9. "mousekey": true
  10. },
  11. "matrix_pins": {
  12. "direct": [
  13. ["GP0", null],
  14. ["GP1", null],
  15. ["GP2", null],
  16. ["GP3", null],
  17. ["GP4", null],
  18. ["GP5", "GP28"],
  19. ["GP6", "GP27"],
  20. ["GP7", "GP26"],
  21. ["GP8", null],
  22. ["GP9", "GP22"],
  23. ["GP10", "GP21"],
  24. ["GP11", "GP20"],
  25. ["GP12", "GP19"],
  26. ["GP13", "GP18"],
  27. ["GP14", "GP17"],
  28. ["GP15", "GP16"]
  29. ]
  30. },
  31. "processor": "RP2040",
  32. "usb": {
  33. "device_version": "0.0.1",
  34. "pid": "0x2326",
  35. "vid": "0xFEED"
  36. },
  37. "layout_aliases": {
  38. "LAYOUT_all": "LAYOUT"
  39. },
  40. "layouts": {
  41. "LAYOUT": {
  42. "layout": [
  43. {"label": "GP0", "matrix": [0, 0], "x": 0, "y": 0},
  44. {"label": "GP1", "matrix": [1, 0], "x": 0, "y": 1},
  45. {"label": "GP2", "matrix": [2, 0], "x": 0, "y": 3},
  46. {"label": "GP3", "matrix": [3, 0], "x": 0, "y": 4},
  47. {"label": "GP4", "matrix": [4, 0], "x": 0, "y": 5},
  48. {"label": "GP5", "matrix": [5, 0], "x": 0, "y": 6}, {"label": "GP28", "matrix": [5, 1], "x": 2, "y": 6},
  49. {"label": "GP6", "matrix": [6, 0], "x": 0, "y": 8}, {"label": "GP27", "matrix": [6, 1], "x": 2, "y": 8},
  50. {"label": "GP7", "matrix": [7, 0], "x": 0, "y": 9}, {"label": "GP26", "matrix": [7, 1], "x": 2, "y": 9},
  51. {"label": "GP8", "matrix": [8, 0], "x": 0, "y": 10},
  52. {"label": "GP9", "matrix": [9, 0], "x": 0, "y": 11}, {"label": "GP22", "matrix": [9, 1], "x": 2, "y": 11},
  53. {"label": "GP10", "matrix": [10, 0], "x": 0, "y": 13}, {"label": "GP21", "matrix": [10, 1], "x": 2, "y": 13},
  54. {"label": "GP11", "matrix": [11, 0], "x": 0, "y": 14}, {"label": "GP20", "matrix": [11, 1], "x": 2, "y": 14},
  55. {"label": "GP12", "matrix": [12, 0], "x": 0, "y": 15}, {"label": "GP19", "matrix": [12, 1], "x": 2, "y": 15},
  56. {"label": "GP13", "matrix": [13, 0], "x": 0, "y": 16}, {"label": "GP18", "matrix": [13, 1], "x": 2, "y": 16},
  57. {"label": "GP14", "matrix": [14, 0], "x": 0, "y": 18}, {"label": "GP17", "matrix": [14, 1], "x": 2, "y": 18},
  58. {"label": "GP15", "matrix": [15, 0], "x": 0, "y": 19}, {"label": "GP16", "matrix": [15, 1], "x": 2, "y": 19}
  59. ]
  60. }
  61. }
  62. }