keyboard.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. "development_board": "promicro",
  11. "features": {
  12. "bootmagic": false,
  13. "mousekey": false,
  14. "extrakey": true,
  15. "console": true,
  16. "command": true
  17. },
  18. "qmk": {
  19. "locking": {
  20. "enabled": true,
  21. "resync": true
  22. }
  23. },
  24. "layouts": {
  25. "LAYOUT": {
  26. "layout": [
  27. {"matrix": [0, 0], "x": 0, "y": 0},
  28. {"matrix": [0, 1], "x": 1, "y": 0},
  29. {"matrix": [0, 2], "x": 2, "y": 0},
  30. {"matrix": [1, 0], "x": 0, "y": 1},
  31. {"matrix": [1, 1], "x": 1, "y": 1},
  32. {"matrix": [1, 2], "x": 2, "y": 1},
  33. {"matrix": [2, 1], "x": 1, "y": 3},
  34. {"matrix": [3, 0], "x": 0, "y": 4},
  35. {"matrix": [3, 1], "x": 1, "y": 4},
  36. {"matrix": [3, 2], "x": 2, "y": 4}
  37. ]
  38. }
  39. }
  40. }