logo

qmk_firmware

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

keyboard.json (779B)


  1. {
  2. "keyboard_name": "TrainPad",
  3. "manufacturer": "Ananya Kirti",
  4. "maintainer": "AnanyaKirti",
  5. "usb": {
  6. "vid": "0x416B",
  7. "pid": "0x0003",
  8. "device_version": "0.0.1"
  9. },
  10. "features": {
  11. "bootmagic": true,
  12. "mousekey": true,
  13. "extrakey": true,
  14. "nkro": false
  15. },
  16. "processor": "atmega32u2",
  17. "bootloader": "atmel-dfu",
  18. "matrix_pins": {
  19. "direct": [
  20. ["C5", "B3", "B4", "B5"]
  21. ]
  22. },
  23. "layouts": {
  24. "LAYOUT": {
  25. "layout": [
  26. {"x": 0, "y": 0, "matrix": [0, 0]},
  27. {"x": 1, "y": 0, "matrix": [0, 1]},
  28. {"x": 2, "y": 0, "matrix": [0, 2]},
  29. {"x": 3, "y": 0, "matrix": [0, 3]}
  30. ]
  31. }
  32. }
  33. }