logo

qmk_firmware

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

keyboard.json (1157B)


  1. {
  2. "manufacturer": "Amptrics Technologies",
  3. "keyboard_name": "Amptrics 0422",
  4. "maintainer": "vchowl",
  5. "bootloader": "stm32-dfu",
  6. "diode_direction": "ROW2COL",
  7. "features": {
  8. "bootmagic": true,
  9. "extrakey": true,
  10. "mousekey": true,
  11. "nkro": true
  12. },
  13. "matrix_pins": {
  14. "cols": ["C8", "C7", "C6"],
  15. "rows": ["A14", "A13", "A10", "A9"]
  16. },
  17. "processor": "STM32F072",
  18. "usb": {
  19. "device_version": "1.0.0",
  20. "pid": "0x01A6",
  21. "vid": "0x616D"
  22. },
  23. "layouts": {
  24. "LAYOUT": {
  25. "layout": [
  26. {"matrix": [0, 0], "x": 0, "y": 0},
  27. {"matrix": [1, 0], "x": 0, "y": 1},
  28. {"matrix": [1, 1], "x": 1, "y": 1},
  29. {"matrix": [1, 2], "x": 2, "y": 1},
  30. {"matrix": [2, 0], "x": 0, "y": 2},
  31. {"matrix": [2, 1], "x": 1, "y": 2},
  32. {"matrix": [2, 2], "x": 2, "y": 2},
  33. {"matrix": [3, 0], "x": 0, "y": 3},
  34. {"matrix": [3, 1], "x": 1, "y": 3},
  35. {"matrix": [3, 2], "x": 2, "y": 3}
  36. ]
  37. }
  38. }
  39. }