logo

qmk_firmware

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

keyboard.json (630B)


  1. {
  2. "manufacturer": "millet",
  3. "keyboard_name": "doksin",
  4. "maintainer": "millet",
  5. "bootloader": "atmel-dfu",
  6. "features": {
  7. "bootmagic": true,
  8. "extrakey": true,
  9. "mousekey": true
  10. },
  11. "matrix_pins": {
  12. "direct": [
  13. ["D4"]
  14. ]
  15. },
  16. "processor": "atmega32u2",
  17. "usb": {
  18. "device_version": "0.0.1",
  19. "pid": "0x1919",
  20. "vid": "0xBDD1"
  21. },
  22. "community_layouts": ["ortho_1x1"],
  23. "layouts": {
  24. "LAYOUT_ortho_1x1": {
  25. "layout": [
  26. {"matrix": [0, 0], "x": 0, "y": 0}
  27. ]
  28. }
  29. }
  30. }