logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

keyboard.json (1945B)


  1. {
  2. "keyboard_name": "snampad",
  3. "manufacturer": "Snamellit",
  4. "maintainer": "ptillemans",
  5. "usb": {
  6. "vid": "0xFEED",
  7. "pid": "0x0000",
  8. "device_version": "0.0.1"
  9. },
  10. "features": {
  11. "bootmagic": true,
  12. "command": true,
  13. "console": true,
  14. "extrakey": true,
  15. "mousekey": true,
  16. "nkro": false
  17. },
  18. "qmk": {
  19. "locking": {
  20. "enabled": true,
  21. "resync": true
  22. }
  23. },
  24. "matrix_pins": {
  25. "cols": ["D0", "D1", "D2", "D3"],
  26. "rows": ["F4", "F5", "F6", "F7", "B1", "B3"]
  27. },
  28. "diode_direction": "ROW2COL",
  29. "development_board": "promicro",
  30. "community_layouts": ["numpad_6x4"],
  31. "layouts": {
  32. "LAYOUT_numpad_6x4": {
  33. "layout": [
  34. {"matrix": [5, 0], "x": 0, "y": 0},
  35. {"matrix": [5, 1], "x": 1, "y": 0},
  36. {"matrix": [5, 2], "x": 2, "y": 0},
  37. {"matrix": [5, 3], "x": 3, "y": 0},
  38. {"matrix": [4, 0], "x": 0, "y": 1},
  39. {"matrix": [4, 1], "x": 1, "y": 1},
  40. {"matrix": [4, 2], "x": 2, "y": 1},
  41. {"matrix": [4, 3], "x": 3, "y": 1},
  42. {"matrix": [3, 0], "x": 0, "y": 2},
  43. {"matrix": [3, 1], "x": 1, "y": 2},
  44. {"matrix": [3, 2], "x": 2, "y": 2},
  45. {"matrix": [2, 0], "x": 0, "y": 3},
  46. {"matrix": [2, 1], "x": 1, "y": 3},
  47. {"matrix": [2, 2], "x": 2, "y": 3},
  48. {"matrix": [3, 3], "x": 3, "y": 2, "h": 2},
  49. {"matrix": [1, 0], "x": 0, "y": 4},
  50. {"matrix": [1, 1], "x": 1, "y": 4},
  51. {"matrix": [1, 2], "x": 2, "y": 4},
  52. {"matrix": [0, 1], "x": 0, "y": 5, "w": 2},
  53. {"matrix": [0, 2], "x": 2, "y": 5},
  54. {"matrix": [1, 3], "x": 3, "y": 4, "h": 2}
  55. ]
  56. }
  57. }
  58. }