You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.7 KiB

  1. {
  2. "keyboard_name": "SCARLET",
  3. "manufacturer": "Draytronics",
  4. "url": "https://www.draytronics.co.uk/scarlet",
  5. "maintainer": "ghostseven",
  6. "usb": {
  7. "vid": "0x4454",
  8. "pid": "0x5343",
  9. "device_version": "0.0.1"
  10. },
  11. "matrix_pins": {
  12. "cols": ["A5", "A6", "A7", "C7"],
  13. "rows": ["A0", "A1", "A2", "A3", "A4"]
  14. },
  15. "diode_direction": "COL2ROW",
  16. "processor": "atmega32a",
  17. "bootloader": "usbasploader",
  18. "features": {
  19. "bootmagic": true,
  20. "mousekey": true,
  21. "extrakey": true
  22. },
  23. "qmk": {
  24. "locking": {
  25. "enabled": true,
  26. "resync": true
  27. }
  28. },
  29. "community_layouts": ["numpad_5x4"],
  30. "layouts": {
  31. "LAYOUT_numpad_5x4": {
  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": [1, 0], "x": 0, "y": 1},
  38. {"matrix": [1, 1], "x": 1, "y": 1},
  39. {"matrix": [1, 2], "x": 2, "y": 1},
  40. {"matrix": [2, 0], "x": 0, "y": 2},
  41. {"matrix": [2, 1], "x": 1, "y": 2},
  42. {"matrix": [2, 2], "x": 2, "y": 2},
  43. {"matrix": [1, 3], "x": 3, "y": 1, "h": 2},
  44. {"matrix": [3, 0], "x": 0, "y": 3},
  45. {"matrix": [3, 1], "x": 1, "y": 3},
  46. {"matrix": [3, 2], "x": 2, "y": 3},
  47. {"matrix": [4, 0], "x": 0, "y": 4, "w": 2},
  48. {"matrix": [4, 2], "x": 2, "y": 4},
  49. {"matrix": [3, 3], "x": 3, "y": 3, "h": 2}
  50. ]
  51. }
  52. }
  53. }