keyboard.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "keyboard_name": "2x5keypad",
  3. "manufacturer": "Jonathan Cameron",
  4. "url": "",
  5. "maintainer": "jmcameron",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x2020",
  9. "device_version": "0.0.1"
  10. },
  11. "tapping": {
  12. "term": 250
  13. },
  14. "features": {
  15. "bootmagic": true,
  16. "command": false,
  17. "console": false,
  18. "extrakey": true,
  19. "mousekey": true,
  20. "nkro": true
  21. },
  22. "qmk": {
  23. "locking": {
  24. "enabled": true,
  25. "resync": true
  26. }
  27. },
  28. "matrix_pins": {
  29. "cols": ["D4", "C6", "D7", "E6", "B4"],
  30. "rows": ["B3", "B2"]
  31. },
  32. "diode_direction": "COL2ROW",
  33. "processor": "atmega32u4",
  34. "bootloader": "caterina",
  35. "layouts": {
  36. "LAYOUT": {
  37. "layout": [
  38. {"matrix": [0, 0], "x": 0, "y": 0},
  39. {"matrix": [0, 1], "x": 1, "y": 0},
  40. {"matrix": [0, 2], "x": 2, "y": 0},
  41. {"matrix": [0, 3], "x": 3, "y": 0},
  42. {"matrix": [0, 4], "x": 4, "y": 0},
  43. {"matrix": [1, 0], "x": 0, "y": 1},
  44. {"matrix": [1, 1], "x": 1, "y": 1},
  45. {"matrix": [1, 2], "x": 2, "y": 1},
  46. {"matrix": [1, 3], "x": 3, "y": 1},
  47. {"matrix": [1, 4], "x": 4, "y": 1}
  48. ]
  49. }
  50. }
  51. }