keyboard.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "manufacturer": "troyle",
  3. "keyboard_name": "troyle/macro_keys_dual",
  4. "maintainer": "troyle",
  5. "development_board": "promicro",
  6. "encoder": {
  7. "rotary": [
  8. {"pin_a": "D1", "pin_b": "D0", "resolution": 2},
  9. {"pin_a": "B4", "pin_b": "B5", "resolution": 2}
  10. ]
  11. },
  12. "features": {
  13. "bootmagic": true,
  14. "encoder": true,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "nkro": true
  18. },
  19. "matrix_pins": {
  20. "direct": [
  21. ["F7", "F6", "F5", "F4"],
  22. ["B6", "B2", "B3", "B1"]
  23. ]
  24. },
  25. "usb": {
  26. "device_version": "1.0.0",
  27. "pid": "0x0001",
  28. "vid": "0x7472"
  29. },
  30. "layouts": {
  31. "LAYOUT": {
  32. "layout": [
  33. {"matrix": [0, 0], "x": 0, "y": 0},
  34. {"matrix": [0, 1], "x": 1, "y": 0},
  35. {"matrix": [0, 2], "x": 2, "y": 0},
  36. {"matrix": [0, 3], "x": 3, "y": 0},
  37. {"matrix": [1, 0], "x": 0, "y": 1},
  38. {"matrix": [1, 1], "x": 1, "y": 1},
  39. {"matrix": [1, 2], "x": 2, "y": 1},
  40. {"matrix": [1, 3], "x": 3, "y": 1}
  41. ]
  42. }
  43. }
  44. }