keyboard.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "manufacturer": "kb-elmo",
  3. "keyboard_name": "GameHand",
  4. "url": "https://github.com/kb-elmo/gamehand",
  5. "maintainer": "kb-elmo",
  6. "usb": {
  7. "vid": "0xA68C",
  8. "pid": "0x4D90",
  9. "device_version": "0.0.1"
  10. },
  11. "host": {
  12. "default": {
  13. "nkro": true
  14. }
  15. },
  16. "processor": "atmega32u2",
  17. "bootloader": "atmel-dfu",
  18. "matrix_pins": {
  19. "cols": ["B2", "B1", "B0", "B7", "C7", "C6"],
  20. "rows": ["D6", "D5", "D4", "D3", "D2"]
  21. },
  22. "diode_direction": "COL2ROW",
  23. "features": {
  24. "bootmagic": true,
  25. "extrakey": true,
  26. "mousekey": true,
  27. "nkro": true,
  28. },
  29. "build": {
  30. "debounce_type": "sym_defer_pk"
  31. },
  32. "layouts": {
  33. "LAYOUT": {
  34. "layout": [
  35. {"matrix": [0, 0], "x": 0, "y": 0},
  36. {"matrix": [0, 1], "x": 1, "y": 0},
  37. {"matrix": [0, 2], "x": 2, "y": 0},
  38. {"matrix": [0, 3], "x": 3, "y": 0},
  39. {"matrix": [0, 4], "x": 4, "y": 0},
  40. {"matrix": [0, 5], "x": 5, "y": 0},
  41. {"matrix": [1, 0], "x": 0, "y": 1},
  42. {"matrix": [1, 1], "x": 1, "y": 1},
  43. {"matrix": [1, 2], "x": 2, "y": 1},
  44. {"matrix": [1, 3], "x": 3, "y": 1},
  45. {"matrix": [1, 4], "x": 4, "y": 1},
  46. {"matrix": [1, 5], "x": 5, "y": 1},
  47. {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.25},
  48. {"matrix": [2, 1], "x": 1.25, "y": 2},
  49. {"matrix": [2, 2], "x": 2.25, "y": 2},
  50. {"matrix": [2, 3], "x": 3.25, "y": 2},
  51. {"matrix": [2, 4], "x": 4.25, "y": 2},
  52. {"matrix": [2, 5], "x": 5.25, "y": 2},
  53. {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.75},
  54. {"matrix": [3, 1], "x": 1.75, "y": 3},
  55. {"matrix": [3, 2], "x": 2.75, "y": 3},
  56. {"matrix": [3, 3], "x": 3.75, "y": 3},
  57. {"matrix": [3, 4], "x": 4.75, "y": 3},
  58. {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.5},
  59. {"matrix": [4, 1], "x": 1.5, "y": 4, "w": 1.5},
  60. {"matrix": [4, 2], "x": 3, "y": 4, "w": 1.5},
  61. {"matrix": [4, 5], "x": 4.5, "y": 4, "w": 2}
  62. ]
  63. }
  64. }
  65. }