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.

76 lines
2.0 KiB

  1. {
  2. "keyboard_name": "super16",
  3. "manufacturer": "1upkeyboards",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0x6F75",
  8. "pid": "0x5516",
  9. "device_version": "0.0.1"
  10. },
  11. "ws2812": {
  12. "pin": "D3"
  13. },
  14. "rgblight": {
  15. "saturation_steps": 8,
  16. "brightness_steps": 8,
  17. "led_count": 16,
  18. "sleep": true
  19. },
  20. "rgb_matrix": {
  21. "driver": "WS2812"
  22. },
  23. "matrix_pins": {
  24. "cols": ["D4", "C6", "F6", "F7"],
  25. "rows": ["D1", "D0", "F4", "F5"]
  26. },
  27. "diode_direction": "COL2ROW",
  28. "processor": "atmega32u4",
  29. "bootloader": "caterina",
  30. "community_layouts": ["ortho_4x4", "numpad_4x4"],
  31. "layouts": {
  32. "LAYOUT_ortho_4x4": {
  33. "layout": [
  34. {"matrix": [0, 0], "x": 0, "y": 0},
  35. {"matrix": [0, 1], "x": 1, "y": 0},
  36. {"matrix": [0, 2], "x": 2, "y": 0},
  37. {"matrix": [0, 3], "x": 3, "y": 0},
  38. {"matrix": [1, 0], "x": 0, "y": 1},
  39. {"matrix": [1, 1], "x": 1, "y": 1},
  40. {"matrix": [1, 2], "x": 2, "y": 1},
  41. {"matrix": [1, 3], "x": 3, "y": 1},
  42. {"matrix": [2, 0], "x": 0, "y": 2},
  43. {"matrix": [2, 1], "x": 1, "y": 2},
  44. {"matrix": [2, 2], "x": 2, "y": 2},
  45. {"matrix": [2, 3], "x": 3, "y": 2},
  46. {"matrix": [3, 0], "x": 0, "y": 3},
  47. {"matrix": [3, 1], "x": 1, "y": 3},
  48. {"matrix": [3, 2], "x": 2, "y": 3},
  49. {"matrix": [3, 3], "x": 3, "y": 3}
  50. ]
  51. },
  52. "LAYOUT_numpad_4x4": {
  53. "layout": [
  54. {"matrix": [0, 0], "x": 0, "y": 0},
  55. {"matrix": [0, 1], "x": 1, "y": 0},
  56. {"matrix": [0, 2], "x": 2, "y": 0},
  57. {"matrix": [0, 3], "x": 3, "y": 0, "h": 2},
  58. {"matrix": [1, 0], "x": 0, "y": 1},
  59. {"matrix": [1, 1], "x": 1, "y": 1},
  60. {"matrix": [1, 2], "x": 2, "y": 1},
  61. {"matrix": [2, 0], "x": 0, "y": 2},
  62. {"matrix": [2, 1], "x": 1, "y": 2},
  63. {"matrix": [2, 2], "x": 2, "y": 2},
  64. {"matrix": [2, 3], "x": 3, "y": 2, "h": 2},
  65. {"matrix": [3, 1], "x": 0, "y": 3, "w": 2},
  66. {"matrix": [3, 2], "x": 2, "y": 3}
  67. ]
  68. }
  69. }
  70. }