logo

qmk_firmware

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

keyboard.json (2046B)


  1. {
  2. "keyboard_name": "Bounce Pad",
  3. "manufacturer": "KBDfans",
  4. "maintainer": "moyi4681",
  5. "usb": {
  6. "vid": "0x4B42",
  7. "pid": "0x7002",
  8. "device_version": "0.0.1"
  9. },
  10. "features": {
  11. "bootmagic": true,
  12. "command": true,
  13. "extrakey": true,
  14. "mousekey": true,
  15. "nkro": true
  16. },
  17. "qmk": {
  18. "locking": {
  19. "enabled": true,
  20. "resync": true
  21. }
  22. },
  23. "matrix_pins": {
  24. "cols": ["B5", "B4", "D0", "C2"],
  25. "rows": ["C7", "B7", "B6", "B0", "B1", "B2"]
  26. },
  27. "diode_direction": "COL2ROW",
  28. "indicators": {
  29. "num_lock": "C6"
  30. },
  31. "processor": "atmega32u2",
  32. "bootloader": "atmel-dfu",
  33. "community_layouts": ["numpad_6x4"],
  34. "layouts": {
  35. "LAYOUT_numpad_6x4": {
  36. "layout": [
  37. {"matrix": [0, 0], "x": 0, "y": 0},
  38. {"matrix": [0, 1], "x": 1, "y": 0},
  39. {"matrix": [0, 2], "x": 2, "y": 0},
  40. {"matrix": [0, 3], "x": 3, "y": 0},
  41. {"matrix": [1, 0], "x": 0, "y": 1.25},
  42. {"matrix": [1, 1], "x": 1, "y": 1.25},
  43. {"matrix": [1, 2], "x": 2, "y": 1.25},
  44. {"matrix": [1, 3], "x": 3, "y": 1.25},
  45. {"matrix": [2, 0], "x": 0, "y": 2.25},
  46. {"matrix": [2, 1], "x": 1, "y": 2.25},
  47. {"matrix": [2, 2], "x": 2, "y": 2.25},
  48. {"matrix": [3, 0], "x": 0, "y": 3.25},
  49. {"matrix": [3, 1], "x": 1, "y": 3.25},
  50. {"matrix": [3, 2], "x": 2, "y": 3.25},
  51. {"matrix": [3, 3], "x": 3, "y": 2.25, "h": 2},
  52. {"matrix": [4, 0], "x": 0, "y": 4.25},
  53. {"matrix": [4, 1], "x": 1, "y": 4.25},
  54. {"matrix": [4, 2], "x": 2, "y": 4.25},
  55. {"matrix": [5, 1], "x": 0, "y": 5.25, "w": 2},
  56. {"matrix": [5, 2], "x": 2, "y": 5.25},
  57. {"matrix": [5, 3], "x": 3, "y": 4.25, "h": 2}
  58. ]
  59. }
  60. }
  61. }