logo

qmk_firmware

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

keyboard.json (1133B)


  1. {
  2. "usb": {
  3. "device_version": "0.0.2"
  4. },
  5. "matrix_pins": {
  6. "cols": ["D4", "C6", "B1"],
  7. "rows": ["B6", "B2", "B3", "B4"]
  8. },
  9. "diode_direction": "COL2ROW",
  10. "processor": "atmega32u4",
  11. "bootloader": "caterina",
  12. "features": {
  13. "bootmagic": false,
  14. "mousekey": false,
  15. "extrakey": true,
  16. "console": true,
  17. "command": true
  18. },
  19. "qmk": {
  20. "locking": {
  21. "enabled": true,
  22. "resync": true
  23. }
  24. },
  25. "layouts": {
  26. "LAYOUT": {
  27. "layout": [
  28. {"matrix": [0, 0], "x": 0, "y": 0},
  29. {"matrix": [0, 1], "x": 1, "y": 0},
  30. {"matrix": [0, 2], "x": 2, "y": 0},
  31. {"matrix": [1, 0], "x": 0, "y": 1},
  32. {"matrix": [1, 1], "x": 1, "y": 1},
  33. {"matrix": [1, 2], "x": 2, "y": 1},
  34. {"matrix": [2, 1], "x": 1, "y": 3},
  35. {"matrix": [3, 0], "x": 0, "y": 4},
  36. {"matrix": [3, 1], "x": 1, "y": 4},
  37. {"matrix": [3, 2], "x": 2, "y": 4}
  38. ]
  39. }
  40. }
  41. }