logo

qmk_firmware

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

keyboard.json (1185B)


  1. {
  2. "keyboard_name": "WT8-A",
  3. "manufacturer": "wilba.tech",
  4. "url": "https://wilba.tech",
  5. "maintainer": "Wilba",
  6. "usb": {
  7. "vid": "0x6582",
  8. "pid": "0x008A",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "extrakey": true,
  14. "mousekey": false,
  15. "nkro": true
  16. },
  17. "qmk": {
  18. "locking": {
  19. "enabled": true,
  20. "resync": true
  21. }
  22. },
  23. "matrix_pins": {
  24. "cols": ["F4", "F1", "B2", "B6", "F6", "F7", "D5", "B4"],
  25. "rows": ["E6"]
  26. },
  27. "diode_direction": "COL2ROW",
  28. "processor": "atmega32u4",
  29. "bootloader": "atmel-dfu",
  30. "layouts": {
  31. "LAYOUT": {
  32. "layout": [
  33. {"matrix": [0, 0], "x": 0, "y": 0},
  34. {"matrix": [0, 1], "x": 1, "y": 0},
  35. {"matrix": [0, 2], "x": 2, "y": 0},
  36. {"matrix": [0, 3], "x": 3, "y": 0},
  37. {"matrix": [0, 4], "x": 0, "y": 1},
  38. {"matrix": [0, 5], "x": 1, "y": 1},
  39. {"matrix": [0, 6], "x": 2, "y": 1},
  40. {"matrix": [0, 7], "x": 3, "y": 1}
  41. ]
  42. }
  43. }
  44. }