info.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "manufacturer": "depermana12",
  3. "maintainer": "depermana12",
  4. "diode_direction": "COL2ROW",
  5. "development_board": "promicro",
  6. "features": {
  7. "bootmagic": true,
  8. "command": false,
  9. "console": false,
  10. "extrakey": true,
  11. "encoder": true,
  12. "oled": true,
  13. "mousekey": false,
  14. "nkro": false
  15. },
  16. "build": {
  17. "lto": true
  18. },
  19. "url": "https://github.com/depermana12",
  20. "usb": {
  21. "vid": "0x4450"
  22. },
  23. "encoder": {
  24. "rotary": [
  25. { "pin_a": "B2", "pin_b": "B1" },
  26. { "pin_a": "F4", "pin_b": "F5" }
  27. ]
  28. },
  29. "matrix_pins": {
  30. "cols": [ "D4", "D7", "B4", "C6" ],
  31. "rows": [ "F6", "F7", "B3" ]
  32. },
  33. "layouts": {
  34. "LAYOUT": {
  35. "layout": [
  36. { "matrix": [0, 0], "x": 0, "y": 0 },
  37. { "matrix": [0, 3], "x": 3, "y": 0 },
  38. { "matrix": [1, 0], "x": 0, "y": 1 },
  39. { "matrix": [1, 1], "x": 1, "y": 1 },
  40. { "matrix": [1, 2], "x": 2, "y": 1 },
  41. { "matrix": [1, 3], "x": 3, "y": 1 },
  42. { "matrix": [2, 0], "x": 0, "y": 2 },
  43. { "matrix": [2, 1], "x": 1, "y": 2 },
  44. { "matrix": [2, 2], "x": 2, "y": 2 },
  45. { "matrix": [2, 3], "x": 3, "y": 2 }
  46. ]
  47. }
  48. }
  49. }