logo

qmk_firmware

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

keyboard.json (832B)


  1. {
  2. "keyboard_name": "SixKeyBoard",
  3. "manufacturer": "TechKeys",
  4. "maintainer": "qmk",
  5. "usb": {
  6. "vid": "0x746B",
  7. "pid": "0x736B",
  8. "device_version": "0.0.1",
  9. "force_nkro": true
  10. },
  11. "features": {
  12. "bootmagic": false,
  13. "extrakey": false,
  14. "mousekey": false,
  15. "nkro": false
  16. },
  17. "qmk": {
  18. "locking": {
  19. "enabled": true,
  20. "resync": true
  21. }
  22. },
  23. "processor": "atmega16u2",
  24. "bootloader": "atmel-dfu",
  25. "community_layouts": ["ortho_2x3"],
  26. "layouts": {
  27. "LAYOUT_ortho_2x3": {
  28. "layout": [
  29. {"matrix": [0, 0], "x": 0, "y": 0},
  30. {"matrix": [0, 1], "x": 1, "y": 0},
  31. {"matrix": [0, 2], "x": 2, "y": 0},
  32. {"matrix": [1, 0], "x": 0, "y": 1},
  33. {"matrix": [1, 1], "x": 1, "y": 1},
  34. {"matrix": [1, 2], "x": 2, "y": 1}
  35. ]
  36. }
  37. }
  38. }