keyboard.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "keyboard_name": "Damapad",
  3. "manufacturer": "Bolsa Keyboard Supply",
  4. "url": "",
  5. "maintainer": "matthewdias",
  6. "usb": {
  7. "vid": "0x6D64",
  8. "pid": "0x6470",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": false,
  15. "encoder": true,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": true,
  19. "oled": true
  20. },
  21. "matrix_pins": {
  22. "cols": ["F0", "F1", "F4", "F5", "F6", "B7"],
  23. "rows": ["E6", "F7", "C7"]
  24. },
  25. "diode_direction": "COL2ROW",
  26. "encoder": {
  27. "rotary": [
  28. {"pin_a": "B2", "pin_b": "B3", "resolution": 2}
  29. ]
  30. },
  31. "processor": "atmega32u4",
  32. "bootloader": "atmel-dfu",
  33. "layouts": {
  34. "LAYOUT_wkl": {
  35. "layout": [
  36. {"matrix": [0, 0], "x": 5.25, "y": 0},
  37. {"matrix": [0, 1], "x": 0, "y": 0.25},
  38. {"matrix": [0, 2], "x": 1, "y": 0.25},
  39. {"matrix": [0, 3], "x": 2, "y": 0.25},
  40. {"matrix": [0, 4], "x": 3, "y": 0.25},
  41. {"matrix": [0, 5], "x": 4, "y": 0.25},
  42. {"matrix": [1, 0], "x": 0, "y": 1.25},
  43. {"matrix": [1, 1], "x": 1, "y": 1.25},
  44. {"matrix": [1, 2], "x": 2, "y": 1.25},
  45. {"matrix": [1, 3], "x": 3, "y": 1.25},
  46. {"matrix": [1, 4], "x": 4, "y": 1.25},
  47. {"matrix": [1, 5], "x": 5.25, "y": 1.25},
  48. {"matrix": [2, 0], "x": 0, "y": 2.25},
  49. {"matrix": [2, 1], "x": 1.75, "y": 2.25},
  50. {"matrix": [2, 3], "x": 2.75, "y": 2.25, "w": 2.25},
  51. {"matrix": [2, 5], "x": 5.25, "y": 2.25}
  52. ]
  53. },
  54. "LAYOUT_bar": {
  55. "layout": [
  56. {"matrix": [0, 0], "x": 5.25, "y": 0},
  57. {"matrix": [0, 1], "x": 0, "y": 0.25},
  58. {"matrix": [0, 2], "x": 1, "y": 0.25},
  59. {"matrix": [0, 3], "x": 2, "y": 0.25},
  60. {"matrix": [0, 4], "x": 3, "y": 0.25},
  61. {"matrix": [0, 5], "x": 4, "y": 0.25},
  62. {"matrix": [1, 0], "x": 0, "y": 1.25},
  63. {"matrix": [1, 1], "x": 1, "y": 1.25},
  64. {"matrix": [1, 2], "x": 2, "y": 1.25},
  65. {"matrix": [1, 3], "x": 3, "y": 1.25},
  66. {"matrix": [1, 4], "x": 4, "y": 1.25},
  67. {"matrix": [1, 5], "x": 5.25, "y": 1.25},
  68. {"matrix": [2, 0], "x": 0, "y": 2.25, "w": 2.75},
  69. {"matrix": [2, 3], "x": 2.75, "y": 2.25, "w": 2.25},
  70. {"matrix": [2, 5], "x": 5.25, "y": 2.25}
  71. ]
  72. }
  73. }
  74. }