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.

122 lines
4.9 KiB

  1. {
  2. "keyboard_name": "tau4",
  3. "manufacturer": "taukeyboards",
  4. "url": "https://gaskell.tech/tau/four.html",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x6060",
  9. "device_version": "0.0.1"
  10. },
  11. "bootloader": "atmel-dfu",
  12. "build": {
  13. "lto": true
  14. },
  15. "matrix_pins": {
  16. "rows": ["F4", "F5", "F6", "F7"],
  17. "cols": ["D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F1", "F0", "B0", "B1"]
  18. },
  19. "processor": "atmega32u4",
  20. "features": {
  21. "bootmagic": true,
  22. "encoder": true,
  23. "extrakey": true,
  24. "mousekey": true,
  25. "nkro": true,
  26. "oled": true,
  27. "rgblight": true
  28. },
  29. "community_layouts": ["ortho_4x12"],
  30. "diode_direction": "COL2ROW",
  31. "encoder": {
  32. "rotary": [
  33. {"pin_a": "B3", "pin_b": "B7", "resolution": 1}
  34. ]
  35. },
  36. "rgblight": {
  37. "animations": {
  38. "alternating": true,
  39. "breathing": true,
  40. "christmas": true,
  41. "knight": true,
  42. "rainbow_mood": true,
  43. "rainbow_swirl": true,
  44. "rgb_test": true,
  45. "snake": true,
  46. "static_gradient": true,
  47. "twinkle": true
  48. },
  49. "brightness_steps": 8,
  50. "hue_steps": 8,
  51. "layers": {
  52. "blink": false,
  53. "enabled": true,
  54. "max": 5,
  55. "override_rgb": false
  56. },
  57. "led_count": 10,
  58. "max_brightness": 128,
  59. "saturation_steps": 16,
  60. "sleep": true
  61. },
  62. "ws2812": {
  63. "pin": "B2"
  64. },
  65. "layouts": {
  66. "LAYOUT_ortho_4x12": {
  67. "layout": [
  68. {"label": "Mute", "matrix": [0, 0], "x": 0, "y": 0},
  69. {"label": "Q", "matrix": [0, 1], "x": 1, "y": 0},
  70. {"label": "W", "matrix": [0, 2], "x": 2, "y": 0},
  71. {"label": "E", "matrix": [0, 3], "x": 3, "y": 0},
  72. {"label": "R", "matrix": [0, 4], "x": 4, "y": 0},
  73. {"label": "T", "matrix": [0, 5], "x": 5, "y": 0},
  74. {"label": "Y", "matrix": [0, 6], "x": 6, "y": 0},
  75. {"label": "U", "matrix": [0, 7], "x": 7, "y": 0},
  76. {"label": "I", "matrix": [0, 8], "x": 8, "y": 0},
  77. {"label": "O", "matrix": [0, 9], "x": 9, "y": 0},
  78. {"label": "P", "matrix": [0, 10], "x": 10, "y": 0},
  79. {"label": "Backspace", "matrix": [0, 11], "x": 11, "y": 0},
  80. {"label": "Esc", "matrix": [1, 0], "x": 0, "y": 1},
  81. {"label": "A", "matrix": [1, 1], "x": 1, "y": 1},
  82. {"label": "S", "matrix": [1, 2], "x": 2, "y": 1},
  83. {"label": "D", "matrix": [1, 3], "x": 3, "y": 1},
  84. {"label": "F", "matrix": [1, 4], "x": 4, "y": 1},
  85. {"label": "G", "matrix": [1, 5], "x": 5, "y": 1},
  86. {"label": "H", "matrix": [1, 6], "x": 6, "y": 1},
  87. {"label": "J", "matrix": [1, 7], "x": 7, "y": 1},
  88. {"label": "K", "matrix": [1, 8], "x": 8, "y": 1},
  89. {"label": "L", "matrix": [1, 9], "x": 9, "y": 1},
  90. {"label": ";:", "matrix": [1, 10], "x": 10, "y": 1},
  91. {"label": "'\"", "matrix": [1, 11], "x": 11, "y": 1},
  92. {"label": "Shift", "matrix": [2, 0], "x": 0, "y": 2},
  93. {"label": "Z", "matrix": [2, 1], "x": 1, "y": 2},
  94. {"label": "X", "matrix": [2, 2], "x": 2, "y": 2},
  95. {"label": "C", "matrix": [2, 3], "x": 3, "y": 2},
  96. {"label": "V", "matrix": [2, 4], "x": 4, "y": 2},
  97. {"label": "B", "matrix": [2, 5], "x": 5, "y": 2},
  98. {"label": "N", "matrix": [2, 6], "x": 6, "y": 2},
  99. {"label": "M", "matrix": [2, 7], "x": 7, "y": 2},
  100. {"label": ",<", "matrix": [2, 8], "x": 8, "y": 2},
  101. {"label": ".>", "matrix": [2, 9], "x": 9, "y": 2},
  102. {"label": "/?", "matrix": [2, 10], "x": 10, "y": 2},
  103. {"label": "Enter", "matrix": [2, 11], "x": 11, "y": 2},
  104. {"label": "Backspace", "matrix": [3, 0], "x": 0, "y": 3},
  105. {"label": "Ctrl", "matrix": [3, 1], "x": 1, "y": 3},
  106. {"label": "GUI", "matrix": [3, 2], "x": 2, "y": 3},
  107. {"label": "Alt", "matrix": [3, 3], "x": 3, "y": 3},
  108. {"label": "Lower", "matrix": [3, 4], "x": 4, "y": 3},
  109. {"label": "Space", "matrix": [3, 5], "x": 5, "y": 3},
  110. {"label": "Space", "matrix": [3, 6], "x": 6, "y": 3},
  111. {"label": "Raise", "matrix": [3, 7], "x": 7, "y": 3},
  112. {"label": "Left", "matrix": [3, 8], "x": 8, "y": 3},
  113. {"label": "Down", "matrix": [3, 9], "x": 9, "y": 3},
  114. {"label": "Up", "matrix": [3, 10], "x": 10, "y": 3},
  115. {"label": "Right", "matrix": [3, 11], "x": 11, "y": 3}
  116. ]
  117. }
  118. }
  119. }