logo

qmk_firmware

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

keyboard.json (836B)


  1. {
  2. "keyboard_name": "Big Switch Seat",
  3. "manufacturer": "Keebio",
  4. "url": "https://robotcandy.company/",
  5. "maintainer": "nooges",
  6. "usb": {
  7. "vid": "0xCB10",
  8. "pid": "0x1011",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "console": true,
  14. "extrakey": true,
  15. "mousekey": false,
  16. "nkro": false
  17. },
  18. "qmk": {
  19. "locking": {
  20. "enabled": true,
  21. "resync": true
  22. }
  23. },
  24. "matrix_pins": {
  25. "cols": ["F0"],
  26. "rows": ["E6"]
  27. },
  28. "diode_direction": "COL2ROW",
  29. "processor": "atmega32u4",
  30. "bootloader": "atmel-dfu",
  31. "layouts": {
  32. "LAYOUT": {
  33. "layout": [
  34. {"matrix": [0, 0], "x": 0, "y": 0, "w": 4, "h": 4}
  35. ]
  36. }
  37. }
  38. }