logo

qmk_firmware

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

keyboard.json (444B)


  1. {
  2. "keyboard_name": "%KEYBOARD%",
  3. "maintainer": "%USER_NAME%",
  4. "manufacturer": "%REAL_NAME%",
  5. "diode_direction": "COL2ROW",
  6. "matrix_pins": {
  7. "cols": ["C2"],
  8. "rows": ["D1"]
  9. },
  10. "usb": {
  11. "vid": "0xFEED",
  12. "pid": "0x0000",
  13. "device_version": "1.0.0"
  14. },
  15. "features": {
  16. "bootmagic": true,
  17. "extrakey": true,
  18. "mousekey": true,
  19. "nkro": true
  20. }
  21. }