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.

56 lines
1.7 KiB

  1. {
  2. "keyboard_name": "KB16-01",
  3. "manufacturer": "DOIO",
  4. "url": "",
  5. "maintainer": "HorrorTroll",
  6. "usb": {
  7. "vid": "0xD010",
  8. "pid": "0x1601",
  9. "device_version": "0.0.2"
  10. },
  11. "matrix_pins": {
  12. "cols": ["B14", "B13", "B12", "B0", "A7"],
  13. "rows": ["B3", "B4", "B9", "B8"]
  14. },
  15. "diode_direction": "COL2ROW",
  16. "encoder": {
  17. "rotary": [
  18. {"pin_a": "B5", "pin_b": "B6"},
  19. {"pin_a": "A1", "pin_b": "A2"},
  20. {"pin_a": "A3", "pin_b": "A4"}
  21. ]
  22. },
  23. "processor": "STM32F103",
  24. "bootloader": "stm32duino",
  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": [0, 3], "x": 3, "y": 0},
  32. {"matrix": [0, 4], "x": 4.75, "y": 0},
  33. {"matrix": [1, 0], "x": 0, "y": 1},
  34. {"matrix": [1, 1], "x": 1, "y": 1},
  35. {"matrix": [1, 2], "x": 2, "y": 1},
  36. {"matrix": [1, 3], "x": 3, "y": 1},
  37. {"matrix": [1, 4], "x": 6, "y": 0},
  38. {"matrix": [2, 0], "x": 0, "y": 2},
  39. {"matrix": [2, 1], "x": 1, "y": 2},
  40. {"matrix": [2, 2], "x": 2, "y": 2},
  41. {"matrix": [2, 3], "x": 3, "y": 2},
  42. {"matrix": [2, 4], "x": 5.375, "y": 2.5},
  43. {"matrix": [3, 0], "x": 0, "y": 3},
  44. {"matrix": [3, 1], "x": 1, "y": 3},
  45. {"matrix": [3, 2], "x": 2, "y": 3},
  46. {"matrix": [3, 3], "x": 3, "y": 3}
  47. ]
  48. }
  49. }
  50. }