keyboard.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "keyboard_name": "rad",
  3. "manufacturer": "anubhavd7",
  4. "usb": {
  5. "vid": "0xFEED",
  6. "pid": "0x6060",
  7. "device_version": "0.0.1"
  8. },
  9. "features": {
  10. "bootmagic": true,
  11. "command": false,
  12. "console": false,
  13. "extrakey": true,
  14. "mousekey": true,
  15. "nkro": true
  16. },
  17. "matrix_pins": {
  18. "cols": ["B5", "B4", "E6"],
  19. "rows": ["D7", "C6", "B6", "D0"]
  20. },
  21. "diode_direction": "COL2ROW",
  22. "bootmagic": {
  23. "matrix": [0, 2]
  24. },
  25. "processor": "atmega32u4",
  26. "bootloader": "caterina",
  27. "layouts": {
  28. "LAYOUT": {
  29. "layout": [
  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. {"matrix": [2, 0], "x": 0, "y": 2},
  36. {"matrix": [2, 1], "x": 1, "y": 2},
  37. {"matrix": [2, 2], "x": 2, "y": 2},
  38. {"matrix": [3, 0], "x": 0, "y": 3},
  39. {"matrix": [3, 1], "x": 1, "y": 3},
  40. {"matrix": [3, 2], "x": 2, "y": 3}
  41. ]
  42. }
  43. }
  44. }