You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1017 B

  1. {
  2. "keyboard_name": "Twelvekey",
  3. "manufacturer": "kb-elmo",
  4. "url": "https://github.com/kb-elmo/twelvekey",
  5. "maintainer": "kb-elmo",
  6. "usb": {
  7. "vid": "0xA68C",
  8. "pid": "0x9879",
  9. "device_version": "0.0.1"
  10. },
  11. "matrix_pins": {
  12. "cols": ["C5", "D0", "B0", "D6"],
  13. "rows": ["D1", "C4", "D7"]
  14. },
  15. "diode_direction": "COL2ROW",
  16. "backlight": {
  17. "pin": "B1",
  18. "levels": 8,
  19. "on_state": 0
  20. },
  21. "processor": "atmega328p",
  22. "bootloader": "usbasploader",
  23. "layouts": {
  24. "LAYOUT_ortho_3x4": {
  25. "layout": [{"x":0, "y":0},
  26. {"x":1, "y":0},
  27. {"x":2, "y":0},
  28. {"x":3, "y":0},
  29. {"x":0, "y":1},
  30. {"x":1, "y":1},
  31. {"x":2, "y":1},
  32. {"x":3, "y":1},
  33. {"x":0, "y":2},
  34. {"x":1, "y":2},
  35. {"x":2, "y":2},
  36. {"x":3, "y":2}
  37. ]
  38. }
  39. }
  40. }