logo

qmk_firmware

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

keyboard.json (3863B)


  1. {
  2. "keyboard_name": "Atom47 rev2",
  3. "manufacturer": "Evyd13",
  4. "maintainer": "evyd13",
  5. "usb": {
  6. "vid": "0x4705",
  7. "pid": "0x8E66",
  8. "device_version": "0.0.1"
  9. },
  10. "matrix_pins": {
  11. "cols": ["D7", "D5", "F0", "F1", "F4", "F6", "F7", "D4", "C7", "C6", "D6", "B5", "B4"],
  12. "rows": ["B1", "B2", "B3", "B7"]
  13. },
  14. "diode_direction": "COL2ROW",
  15. "backlight": {
  16. "pin": "B6",
  17. "levels": 4,
  18. "breathing": true
  19. },
  20. "rgblight": {
  21. "led_count": 1
  22. },
  23. "ws2812": {
  24. "pin": "D0"
  25. },
  26. "qmk_lufa_bootloader": {
  27. "esc_input": "B7",
  28. "esc_output": "D7",
  29. "led": "B6"
  30. },
  31. "indicators": {
  32. "caps_lock": "F5"
  33. },
  34. "processor": "atmega32u4",
  35. "bootloader": "qmk-dfu",
  36. "features": {
  37. "bootmagic": true,
  38. "mousekey": true,
  39. "extrakey": true,
  40. "backlight": true
  41. },
  42. "qmk": {
  43. "locking": {
  44. "enabled": true,
  45. "resync": true
  46. }
  47. },
  48. "layout_aliases": {
  49. "LAYOUT_all": "LAYOUT_split_space"
  50. },
  51. "layouts": {
  52. "LAYOUT_split_space": {
  53. "layout": [
  54. {"matrix": [0, 0], "x": 0, "y": 0},
  55. {"matrix": [0, 1], "x": 1, "y": 0},
  56. {"matrix": [0, 2], "x": 2, "y": 0},
  57. {"matrix": [0, 3], "x": 3, "y": 0},
  58. {"matrix": [0, 4], "x": 4, "y": 0},
  59. {"matrix": [0, 5], "x": 5, "y": 0},
  60. {"matrix": [0, 6], "x": 6, "y": 0},
  61. {"matrix": [0, 7], "x": 7, "y": 0},
  62. {"matrix": [0, 8], "x": 8, "y": 0},
  63. {"matrix": [0, 9], "x": 9, "y": 0},
  64. {"matrix": [0, 10], "x": 10, "y": 0},
  65. {"matrix": [0, 11], "x": 11, "y": 0},
  66. {"matrix": [0, 12], "x": 12, "y": 0},
  67. {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.25},
  68. {"matrix": [1, 1], "x": 1.25, "y": 1},
  69. {"matrix": [1, 2], "x": 2.25, "y": 1},
  70. {"matrix": [1, 3], "x": 3.25, "y": 1},
  71. {"matrix": [1, 4], "x": 4.25, "y": 1},
  72. {"matrix": [1, 5], "x": 5.25, "y": 1},
  73. {"matrix": [1, 6], "x": 6.25, "y": 1},
  74. {"matrix": [1, 7], "x": 7.25, "y": 1},
  75. {"matrix": [1, 8], "x": 8.25, "y": 1},
  76. {"matrix": [1, 9], "x": 9.25, "y": 1},
  77. {"matrix": [1, 10], "x": 10.25, "y": 1},
  78. {"matrix": [1, 12], "x": 11.25, "y": 1, "w": 1.75},
  79. {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
  80. {"matrix": [2, 1], "x": 1.75, "y": 2},
  81. {"matrix": [2, 2], "x": 2.75, "y": 2},
  82. {"matrix": [2, 3], "x": 3.75, "y": 2},
  83. {"matrix": [2, 4], "x": 4.75, "y": 2},
  84. {"matrix": [2, 5], "x": 5.75, "y": 2},
  85. {"matrix": [2, 6], "x": 6.75, "y": 2},
  86. {"matrix": [2, 7], "x": 7.75, "y": 2},
  87. {"matrix": [2, 8], "x": 8.75, "y": 2},
  88. {"matrix": [2, 9], "x": 9.75, "y": 2},
  89. {"matrix": [2, 10], "x": 10.75, "y": 2, "w": 1.25},
  90. {"matrix": [2, 12], "x": 12, "y": 2},
  91. {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25},
  92. {"matrix": [3, 1], "x": 1.25, "y": 3},
  93. {"matrix": [3, 2], "x": 2.25, "y": 3},
  94. {"matrix": [3, 3], "x": 3.25, "y": 3},
  95. {"matrix": [3, 4], "x": 4.25, "y": 3, "w": 1.75},
  96. {"matrix": [3, 6], "x": 6, "y": 3, "w": 2.75},
  97. {"matrix": [3, 8], "x": 8.75, "y": 3},
  98. {"matrix": [3, 9], "x": 9.75, "y": 3},
  99. {"matrix": [3, 10], "x": 10.75, "y": 3},
  100. {"matrix": [3, 12], "x": 11.75, "y": 3, "w": 1.25}
  101. ]
  102. }
  103. }
  104. }