keyboard.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "keyboard_name": "Roadkit Micro",
  3. "manufacturer": "TheVan Keyboards",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0xFEAE",
  8. "pid": "0x8846",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "command": true,
  14. "console": false,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "nkro": true
  18. },
  19. "qmk": {
  20. "locking": {
  21. "enabled": true,
  22. "resync": true
  23. }
  24. },
  25. "matrix_pins": {
  26. "cols": ["F1", "F4", "D6", "D4"],
  27. "rows": ["F0", "F5", "D7", "B4"]
  28. },
  29. "diode_direction": "COL2ROW",
  30. "processor": "atmega32u4",
  31. "bootloader": "atmel-dfu",
  32. "community_layouts": ["numpad_4x4", "ortho_4x4"],
  33. "layouts": {
  34. "LAYOUT_numpad_4x4": {
  35. "layout": [
  36. {"matrix": [0, 0], "x": 0, "y": 0},
  37. {"matrix": [0, 1], "x": 1, "y": 0},
  38. {"matrix": [0, 2], "x": 2, "y": 0},
  39. {"matrix": [0, 3], "x": 3, "y": 0, "h": 2},
  40. {"matrix": [1, 0], "x": 0, "y": 1},
  41. {"matrix": [1, 1], "x": 1, "y": 1},
  42. {"matrix": [1, 2], "x": 2, "y": 1},
  43. {"matrix": [2, 0], "x": 0, "y": 2},
  44. {"matrix": [2, 1], "x": 1, "y": 2},
  45. {"matrix": [2, 2], "x": 2, "y": 2},
  46. {"matrix": [2, 3], "x": 3, "y": 2, "h": 2},
  47. {"matrix": [3, 0], "x": 0, "y": 3, "w": 2},
  48. {"matrix": [3, 2], "x": 2, "y": 3}
  49. ]
  50. },
  51. "LAYOUT_ortho_4x4": {
  52. "layout": [
  53. {"matrix": [0, 0], "x": 0, "y": 0},
  54. {"matrix": [0, 1], "x": 1, "y": 0},
  55. {"matrix": [0, 2], "x": 2, "y": 0},
  56. {"matrix": [0, 3], "x": 3, "y": 0},
  57. {"matrix": [1, 0], "x": 0, "y": 1},
  58. {"matrix": [1, 1], "x": 1, "y": 1},
  59. {"matrix": [1, 2], "x": 2, "y": 1},
  60. {"matrix": [1, 3], "x": 3, "y": 1},
  61. {"matrix": [2, 0], "x": 0, "y": 2},
  62. {"matrix": [2, 1], "x": 1, "y": 2},
  63. {"matrix": [2, 2], "x": 2, "y": 2},
  64. {"matrix": [2, 3], "x": 3, "y": 2},
  65. {"matrix": [3, 0], "x": 0, "y": 3},
  66. {"matrix": [3, 1], "x": 1, "y": 3},
  67. {"matrix": [3, 2], "x": 2, "y": 3},
  68. {"matrix": [3, 3], "x": 3, "y": 3}
  69. ]
  70. }
  71. }
  72. }