logo

qmk_firmware

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

keyboard.json (1574B)


  1. {
  2. "usb": {
  3. "device_version": "0.1.0"
  4. },
  5. "matrix_pins": {
  6. "cols": ["B5", "B4", "E6", "D7", "C6"],
  7. "rows": ["F4", "F5", "F6", "F7"]
  8. },
  9. "diode_direction": "COL2ROW",
  10. "encoder": {
  11. "rotary": [
  12. {"pin_a": "D4", "pin_b": "B2"}
  13. ]
  14. },
  15. "bootmagic": {
  16. "matrix": [3, 4]
  17. },
  18. "processor": "atmega32u4",
  19. "bootloader": "caterina",
  20. "features": {
  21. "bootmagic": true,
  22. "mousekey": true,
  23. "extrakey": true,
  24. "console": true,
  25. "encoder": true,
  26. "key_lock": true
  27. },
  28. "layouts": {
  29. "LAYOUT": {
  30. "layout": [
  31. {"matrix": [0, 0], "x": 0, "y": 0},
  32. {"matrix": [0, 1], "x": 1, "y": 0},
  33. {"matrix": [0, 2], "x": 2, "y": 0},
  34. {"matrix": [0, 3], "x": 3, "y": 0},
  35. {"matrix": [1, 0], "x": 0, "y": 1},
  36. {"matrix": [1, 1], "x": 1, "y": 1},
  37. {"matrix": [1, 2], "x": 2, "y": 1},
  38. {"matrix": [1, 3], "x": 3, "y": 1},
  39. {"matrix": [2, 0], "x": 0, "y": 2},
  40. {"matrix": [2, 1], "x": 1, "y": 2},
  41. {"matrix": [2, 2], "x": 2, "y": 2},
  42. {"matrix": [2, 3], "x": 3, "y": 2},
  43. {"matrix": [3, 0], "x": 0, "y": 3},
  44. {"matrix": [3, 1], "x": 1, "y": 3},
  45. {"matrix": [3, 2], "x": 2, "y": 3},
  46. {"matrix": [3, 3], "x": 3, "y": 3},
  47. {"matrix": [3, 4], "x": 4, "y": 3}
  48. ]
  49. }
  50. }
  51. }