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.

61 lines
2.2 KiB

  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. "force_nkro": true
  11. },
  12. "processor": "atmega32u2",
  13. "bootloader": "atmel-dfu",
  14. "matrix_pins": {
  15. "cols": ["B2", "B1", "B0", "B7", "C7", "C6"],
  16. "rows": ["D6", "D5", "D4", "D3", "D2"]
  17. },
  18. "diode_direction": "COL2ROW",
  19. "features": {
  20. "bootmagic": true,
  21. "extrakey": true,
  22. "mousekey": true,
  23. "nkro": true,
  24. },
  25. "build": {
  26. "debounce_type": "sym_defer_pk"
  27. },
  28. "layouts": {
  29. "LAYOUT": {
  30. "layout": [
  31. {"matrix": [0, 0], "x": 0, "y": 0},
  32. {"matrix": [0, 1], "x": 1, "y": 0},
  33. {"matrix": [0, 2], "x": 2, "y": 0},
  34. {"matrix": [0, 3], "x": 3, "y": 0},
  35. {"matrix": [0, 4], "x": 4, "y": 0},
  36. {"matrix": [0, 5], "x": 5, "y": 0},
  37. {"matrix": [1, 0], "x": 0, "y": 1},
  38. {"matrix": [1, 1], "x": 1, "y": 1},
  39. {"matrix": [1, 2], "x": 2, "y": 1},
  40. {"matrix": [1, 3], "x": 3, "y": 1},
  41. {"matrix": [1, 4], "x": 4, "y": 1},
  42. {"matrix": [1, 5], "x": 5, "y": 1},
  43. {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.25},
  44. {"matrix": [2, 1], "x": 1.25, "y": 2},
  45. {"matrix": [2, 2], "x": 2.25, "y": 2},
  46. {"matrix": [2, 3], "x": 3.25, "y": 2},
  47. {"matrix": [2, 4], "x": 4.25, "y": 2},
  48. {"matrix": [2, 5], "x": 5.25, "y": 2},
  49. {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.75},
  50. {"matrix": [3, 1], "x": 1.75, "y": 3},
  51. {"matrix": [3, 2], "x": 2.75, "y": 3},
  52. {"matrix": [3, 3], "x": 3.75, "y": 3},
  53. {"matrix": [3, 4], "x": 4.75, "y": 3},
  54. {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.5},
  55. {"matrix": [4, 1], "x": 1.5, "y": 4, "w": 1.5},
  56. {"matrix": [4, 2], "x": 3, "y": 4, "w": 1.5},
  57. {"matrix": [4, 5], "x": 4.5, "y": 4, "w": 2}
  58. ]
  59. }
  60. }
  61. }