logo

qmk_firmware

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

info.json (917B)


  1. {
  2. "manufacturer": "QMK",
  3. "maintainer": "qmk",
  4. "usb": {
  5. "vid": "0xFEED",
  6. "pid": "0x6465",
  7. "device_version": "0.0.1"
  8. },
  9. "diode_direction": "COL2ROW",
  10. "features": {
  11. "bootmagic": false,
  12. "mousekey": false,
  13. "extrakey": true,
  14. "nkro": false
  15. },
  16. "qmk": {
  17. "locking": {
  18. "enabled": true,
  19. "resync": true
  20. }
  21. },
  22. "community_layouts": ["ortho_1x1"],
  23. "layouts": {
  24. "LAYOUT_ortho_1x1": {
  25. "layout": [
  26. {"x": 0, "y": 0, "matrix": [0, 0]}
  27. ]
  28. }
  29. },
  30. "led_matrix": {
  31. "driver": "snled27351",
  32. "layout": [
  33. {"matrix": [0, 0], "x": 0, "y": 0, "flags": 1}
  34. ]
  35. },
  36. "rgb_matrix": {
  37. "driver": "snled27351",
  38. "layout": [
  39. {"matrix": [0, 0], "x": 0, "y": 0, "flags": 1}
  40. ]
  41. }
  42. }