logo

qmk_firmware

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

keyboard.json (2758B)


  1. {
  2. "url": "https://github.com/idank/keyboards/tree/main/sweeq",
  3. "maintainer": "idank",
  4. "keyboard_name": "Sweeq",
  5. "manufacturer": "idank",
  6. "development_board": "promicro",
  7. "usb": {
  8. "vid": "0xC3AB",
  9. "pid": "0x3139",
  10. "device_version": "0.0.1"
  11. },
  12. "features": {
  13. "bootmagic": true,
  14. "extrakey": true,
  15. "mousekey": true,
  16. "nkro": true
  17. },
  18. "matrix_pins": {
  19. "cols": [ "F4", "F5", "F6", "F7", "B1" ],
  20. "rows": [ "D4", "C6", "D7", "E6" ]
  21. },
  22. "diode_direction": "COL2ROW",
  23. "split": {
  24. "enabled": true,
  25. "serial": {
  26. "pin": "D2"
  27. }
  28. },
  29. "community_layouts": ["split_3x5_2"],
  30. "layout_aliases": {
  31. "LAYOUT": "LAYOUT_split_3x5_2"
  32. },
  33. "layouts": {
  34. "LAYOUT_split_3x5_2": {
  35. "layout": [
  36. {"x": 0, "y": 0.93, "matrix": [0, 0]},
  37. {"x": 1, "y": 0.31, "matrix": [0, 1]},
  38. {"x": 2, "y": 0, "matrix": [0, 2]},
  39. {"x": 3, "y": 0.28, "matrix": [0, 3]},
  40. {"x": 4, "y": 0.42, "matrix": [0, 4]},
  41. {"x": 7, "y": 0.42, "matrix": [4, 4]},
  42. {"x": 8, "y": 0.28, "matrix": [4, 3]},
  43. {"x": 9, "y": 0, "matrix": [4, 2]},
  44. {"x": 10, "y": 0.31, "matrix": [4, 1]},
  45. {"x": 11, "y": 0.93, "matrix": [4, 0]},
  46. {"x": 0, "y": 1.93, "matrix": [1, 0]},
  47. {"x": 1, "y": 1.31, "matrix": [1, 1]},
  48. {"x": 2, "y": 1, "matrix": [1, 2]},
  49. {"x": 3, "y": 1.28, "matrix": [1, 3]},
  50. {"x": 4, "y": 1.42, "matrix": [1, 4]},
  51. {"x": 7, "y": 1.42, "matrix": [5, 4]},
  52. {"x": 8, "y": 1.28, "matrix": [5, 3]},
  53. {"x": 9, "y": 1, "matrix": [5, 2]},
  54. {"x": 10, "y": 1.31, "matrix": [5, 1]},
  55. {"x": 11, "y": 1.93, "matrix": [5, 0]},
  56. {"x": 0, "y": 2.93, "matrix": [2, 0]},
  57. {"x": 1, "y": 2.31, "matrix": [2, 1]},
  58. {"x": 2, "y": 2, "matrix": [2, 2]},
  59. {"x": 3, "y": 2.28, "matrix": [2, 3]},
  60. {"x": 4, "y": 2.42, "matrix": [2, 4]},
  61. {"x": 7, "y": 2.42, "matrix": [6, 4]},
  62. {"x": 8, "y": 2.28, "matrix": [6, 3]},
  63. {"x": 9, "y": 2, "matrix": [6, 2]},
  64. {"x": 10, "y": 2.31, "matrix": [6, 1]},
  65. {"x": 11, "y": 2.93, "matrix": [6, 0]},
  66. {"x": 3.5, "y": 3.75, "matrix": [3, 3]},
  67. {"x": 4.5, "y": 4, "matrix": [3, 4]},
  68. {"x": 6.5, "y": 4, "matrix": [7, 4]},
  69. {"x": 7.5, "y": 3.75, "matrix": [7, 3]}
  70. ]
  71. }
  72. }
  73. }