logo

qmk_firmware

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

keyboard.json (1561B)


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