logo

qmk_firmware

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

keyboard.json (1524B)


  1. {
  2. "keyboard_name": "Washington Macropad",
  3. "manufacturer": "merlin04",
  4. "url": "https://keypcb.xyz/ViewPage/Washington",
  5. "maintainer": "merlin04",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x002A",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "backlight": true,
  13. "bootmagic": false,
  14. "encoder": true,
  15. "extrakey": true,
  16. "mousekey": true,
  17. "nkro": false,
  18. "oled": true
  19. },
  20. "qmk": {
  21. "locking": {
  22. "enabled": true,
  23. "resync": true
  24. }
  25. },
  26. "matrix_pins": {
  27. "cols": ["F7", "B1", "B3"],
  28. "rows": ["F4", "F5", "F6"]
  29. },
  30. "diode_direction": "COL2ROW",
  31. "encoder": {
  32. "rotary": [
  33. {"pin_a": "D4", "pin_b": "C6"}
  34. ]
  35. },
  36. "backlight": {
  37. "pin": "B6",
  38. "breathing": true
  39. },
  40. "processor": "atmega32u4",
  41. "bootloader": "atmel-dfu",
  42. "layouts": {
  43. "LAYOUT": {
  44. "layout": [
  45. {"matrix": [0, 0], "x": 1.5, "y": 0},
  46. {"matrix": [0, 1], "x": 2.5, "y": 0},
  47. {"matrix": [0, 2], "x": 3.5, "y": 0},
  48. {"matrix": [1, 0], "x": 1.5, "y": 1},
  49. {"matrix": [1, 1], "x": 2.5, "y": 1},
  50. {"matrix": [1, 2], "x": 3.5, "y": 1},
  51. {"matrix": [2, 0], "x": 0, "y": 0.75},
  52. {"matrix": [2, 1], "x": 0.5, "y": 1.75},
  53. {"matrix": [2, 2], "x": 1.5, "y": 2}
  54. ]
  55. }
  56. }
  57. }