logo

qmk_firmware

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

keyboard.json (1609B)


  1. {
  2. "keyboard_name": "Mokey12x2",
  3. "manufacturer": "Mokey",
  4. "maintainer": "Mokey",
  5. "development_board": "bluepill",
  6. "diode_direction": "COL2ROW",
  7. "matrix_pins": {
  8. "cols": ["A6", "A5", "A4", "A3", "B9"],
  9. "rows": ["A2", "A1", "A0", "A7"]
  10. },
  11. "usb": {
  12. "device_version": "0.0.1",
  13. "vid": "0x6653",
  14. "pid": "0x012A"
  15. },
  16. "features": {
  17. "bootmagic": true,
  18. "extrakey": true,
  19. "mousekey": true,
  20. "nkro": true
  21. },
  22. "layouts": {
  23. "LAYOUT": {
  24. "layout": [
  25. {"matrix": [0,0], "x":0.25, "y":2.75},
  26. {"matrix": [0,1], "x":1.25, "y":2.75},
  27. {"matrix": [0,2], "x":2.25, "y":2.75},
  28. {"matrix": [0,3], "x":3.25, "y":2.75},
  29. {"matrix": [0,4], "x":0.25, "y":0, "w":1.5, "h":1.5},
  30. {"matrix": [1,0], "x":0.25, "y":3.75},
  31. {"matrix": [1,1], "x":1.25, "y":3.75},
  32. {"matrix": [1,2], "x":2.25, "y":3.75},
  33. {"matrix": [1,3], "x":3.25, "y":3.75},
  34. {"matrix": [1,4], "x":2.75, "y":0, "w":1.5, "h":1.5},
  35. {"matrix": [2,0], "x":0.25, "y":4.75},
  36. {"matrix": [2,1], "x":1.25, "y":4.75},
  37. {"matrix": [2,2], "x":2.25, "y":4.75},
  38. {"matrix": [2,3], "x":3.25, "y":4.75},
  39. {"matrix": [3,0], "x":0, "y":1.5},
  40. {"matrix": [3,1], "x":1, "y":1.5},
  41. {"matrix": [3,2], "x":2.5, "y":1.5},
  42. {"matrix": [3,3], "x":3.5, "y":1.5}
  43. ]
  44. }
  45. }
  46. }