logo

qmk_firmware

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

keyboard.json (971B)


  1. {
  2. "keyboard_name": "Meishi",
  3. "manufacturer": "Biacco42",
  4. "maintainer": "Biacco42",
  5. "usb": {
  6. "vid": "0xBC42",
  7. "pid": "0x0002",
  8. "device_version": "0.0.1"
  9. },
  10. "features": {
  11. "bootmagic": false,
  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": ["B1", "B3", "B2", "B6"],
  26. "rows": ["B5"]
  27. },
  28. "diode_direction": "COL2ROW",
  29. "processor": "atmega32u4",
  30. "bootloader": "caterina",
  31. "layouts": {
  32. "LAYOUT": {
  33. "layout": [
  34. {"matrix": [0, 0], "x": 0, "y": 0},
  35. {"matrix": [0, 1], "x": 1, "y": 0},
  36. {"matrix": [0, 2], "x": 2, "y": 0},
  37. {"matrix": [0, 3], "x": 3, "y": 0}
  38. ]
  39. }
  40. }
  41. }