logo

qmk_firmware

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

keyboard.json (2733B)


  1. {
  2. "keyboard_name": "alt34",
  3. "manufacturer": "altosys",
  4. "url": "https://gitlab.com/altosys/alt34",
  5. "maintainer": "@altosys",
  6. "usb": {
  7. "vid": "0x1ABC",
  8. "pid": "0x0001",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": false,
  13. "mousekey": false,
  14. "extrakey": false
  15. },
  16. "qmk": {
  17. "locking": {
  18. "enabled": true,
  19. "resync": true
  20. }
  21. },
  22. "split": {
  23. "enabled": true
  24. },
  25. "matrix_pins": {
  26. "cols": ["B6", "B2", "B3", "B1", "F7"],
  27. "rows": ["D7", "E6", "B4", "B5"]
  28. },
  29. "diode_direction": "COL2ROW",
  30. "processor": "atmega32u4",
  31. "bootloader": "atmel-dfu",
  32. "community_layouts": ["split_3x5_2"],
  33. "layouts": {
  34. "LAYOUT_split_3x5_2": {
  35. "layout": [
  36. {"matrix": [0, 0], "x": 0, "y": 0.93},
  37. {"matrix": [0, 1], "x": 1, "y": 0.31},
  38. {"matrix": [0, 2], "x": 2, "y": 0},
  39. {"matrix": [0, 3], "x": 3, "y": 0.28},
  40. {"matrix": [0, 4], "x": 4, "y": 0.42},
  41. {"matrix": [4, 4], "x": 7, "y": 0.42},
  42. {"matrix": [4, 3], "x": 8, "y": 0.28},
  43. {"matrix": [4, 2], "x": 9, "y": 0},
  44. {"matrix": [4, 1], "x": 10, "y": 0.31},
  45. {"matrix": [4, 0], "x": 11, "y": 0.93},
  46. {"matrix": [1, 0], "x": 0, "y": 1.93},
  47. {"matrix": [1, 1], "x": 1, "y": 1.31},
  48. {"matrix": [1, 2], "x": 2, "y": 1},
  49. {"matrix": [1, 3], "x": 3, "y": 1.28},
  50. {"matrix": [1, 4], "x": 4, "y": 1.42},
  51. {"matrix": [5, 4], "x": 7, "y": 1.42},
  52. {"matrix": [5, 3], "x": 8, "y": 1.28},
  53. {"matrix": [5, 2], "x": 9, "y": 1},
  54. {"matrix": [5, 1], "x": 10, "y": 1.31},
  55. {"matrix": [5, 0], "x": 11, "y": 1.93},
  56. {"matrix": [2, 0], "x": 0, "y": 2.93},
  57. {"matrix": [2, 1], "x": 1, "y": 2.31},
  58. {"matrix": [2, 2], "x": 2, "y": 2},
  59. {"matrix": [2, 3], "x": 3, "y": 2.28},
  60. {"matrix": [2, 4], "x": 4, "y": 2.42},
  61. {"matrix": [6, 4], "x": 7, "y": 2.42},
  62. {"matrix": [6, 3], "x": 8, "y": 2.28},
  63. {"matrix": [6, 2], "x": 9, "y": 2},
  64. {"matrix": [6, 1], "x": 10, "y": 2.31},
  65. {"matrix": [6, 0], "x": 11, "y": 2.93},
  66. {"matrix": [3, 3], "x": 3.5, "y": 3.45},
  67. {"matrix": [3, 4], "x": 4.5, "y": 3.7},
  68. {"matrix": [7, 4], "x": 6.5, "y": 3.7},
  69. {"matrix": [7, 3], "x": 7.5, "y": 3.45}
  70. ]
  71. }
  72. }
  73. }