logo

qmk_firmware

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

keyboard.json (1009B)


  1. {
  2. "keyboard_name": "doodle",
  3. "manufacturer": "AlisGraveNil",
  4. "url": "www.clawboards.xyz",
  5. "maintainer": "AlisGraveNil",
  6. "usb": {
  7. "vid": "0x7767",
  8. "pid": "0x0000",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "command": true,
  14. "console": true,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "nkro": false
  18. },
  19. "matrix_pins": {
  20. "cols": ["D7", "F4", "E6"],
  21. "rows": ["D4", "C6"]
  22. },
  23. "diode_direction": "COL2ROW",
  24. "processor": "atmega32u4",
  25. "bootloader": "caterina",
  26. "layouts": {
  27. "LAYOUT": {
  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. }