logo

qmk_firmware

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

keyboard.json (2278B)


  1. {
  2. "keyboard_name": "220",
  3. "manufacturer": "Noxary",
  4. "maintainer": "qmk",
  5. "usb": {
  6. "vid": "0x4E58",
  7. "pid": "0x0899",
  8. "device_version": "0.0.1"
  9. },
  10. "features": {
  11. "backlight": true,
  12. "bootmagic": true,
  13. "command": true,
  14. "console": true,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "nkro": false
  18. },
  19. "qmk": {
  20. "locking": {
  21. "enabled": true,
  22. "resync": true
  23. }
  24. },
  25. "matrix_pins": {
  26. "cols": ["B4", "C5", "D2", "D1"],
  27. "rows": ["C4", "B0", "D3", "D4", "D5", "D6"]
  28. },
  29. "diode_direction": "COL2ROW",
  30. "backlight": {
  31. "pin": "B7",
  32. "breathing": true
  33. },
  34. "indicators": {
  35. "num_lock": "C6"
  36. },
  37. "processor": "atmega32u2",
  38. "bootloader": "atmel-dfu",
  39. "community_layouts": ["ortho_6x4"],
  40. "layouts": {
  41. "LAYOUT_ortho_6x4": {
  42. "layout": [
  43. {"matrix": [0, 0], "x": 0, "y": 0},
  44. {"matrix": [0, 1], "x": 1, "y": 0},
  45. {"matrix": [0, 2], "x": 2, "y": 0},
  46. {"matrix": [0, 3], "x": 3, "y": 0},
  47. {"matrix": [1, 0], "x": 0, "y": 1.5},
  48. {"matrix": [1, 1], "x": 1, "y": 1.5},
  49. {"matrix": [1, 2], "x": 2, "y": 1.5},
  50. {"matrix": [1, 3], "x": 3, "y": 1.5},
  51. {"matrix": [2, 0], "x": 0, "y": 2.5},
  52. {"matrix": [2, 1], "x": 1, "y": 2.5},
  53. {"matrix": [2, 2], "x": 2, "y": 2.5},
  54. {"matrix": [2, 3], "x": 3, "y": 2.5},
  55. {"matrix": [3, 0], "x": 0, "y": 3.5},
  56. {"matrix": [3, 1], "x": 1, "y": 3.5},
  57. {"matrix": [3, 2], "x": 2, "y": 3.5},
  58. {"matrix": [3, 3], "x": 3, "y": 3.5},
  59. {"matrix": [4, 0], "x": 0, "y": 4.5},
  60. {"matrix": [4, 1], "x": 1, "y": 4.5},
  61. {"matrix": [4, 2], "x": 2, "y": 4.5},
  62. {"matrix": [4, 3], "x": 3, "y": 4.5},
  63. {"matrix": [5, 0], "x": 0, "y": 5.5},
  64. {"matrix": [5, 1], "x": 1, "y": 5.5},
  65. {"matrix": [5, 2], "x": 2, "y": 5.5},
  66. {"matrix": [5, 3], "x": 3, "y": 5.5}
  67. ]
  68. }
  69. }
  70. }