keyboard.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "keyboard_name": "LeftyNumpad",
  3. "manufacturer": "Tom Swartz",
  4. "url": "https://github.com/tomswartz07",
  5. "maintainer": "Tom Swartz",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0xBEEF",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "command": false,
  14. "console": false,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "nkro": false
  18. },
  19. "qmk": {
  20. "locking": {
  21. "enabled": true,
  22. "resync": true
  23. }
  24. },
  25. "matrix_pins": {
  26. "cols": ["E6", "B4", "B5", "B6", "B2"],
  27. "rows": ["D1", "D0", "D4", "C6", "D7"]
  28. },
  29. "diode_direction": "COL2ROW",
  30. "processor": "atmega32u4",
  31. "bootloader": "atmel-dfu",
  32. "debounce": 10,
  33. "layouts": {
  34. "LAYOUT": {
  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},
  40. {"matrix": [0, 4], "x": 4, "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": [2, 0], "x": 0, "y": 2},
  46. {"matrix": [2, 1], "x": 1, "y": 2},
  47. {"matrix": [2, 2], "x": 2, "y": 2},
  48. {"matrix": [2, 3], "x": 3, "y": 2},
  49. {"matrix": [2, 4], "x": 4, "y": 1, "h": 2},
  50. {"matrix": [3, 0], "x": 0, "y": 3},
  51. {"matrix": [3, 1], "x": 1, "y": 3},
  52. {"matrix": [3, 2], "x": 2, "y": 3},
  53. {"matrix": [3, 3], "x": 3, "y": 3},
  54. {"matrix": [4, 0], "x": 0, "y": 4},
  55. {"matrix": [4, 1], "x": 1, "y": 4},
  56. {"matrix": [4, 2], "x": 2, "y": 4},
  57. {"matrix": [4, 3], "x": 3, "y": 4},
  58. {"matrix": [4, 4], "x": 4, "y": 3, "h": 2}
  59. ]
  60. }
  61. }
  62. }